summaryrefslogtreecommitdiff
path: root/cloog-core/doc/Makefile.am
blob: 160dfd11d0d7d17690164b7cfe8785551f1ffb96 (plain)
1
2
3
4
5
6
7
if HAVE_TEXI2DVI
cloog.pdf: cloog.texi gitversion.texi
	$(TEXI2DVI) --pdf $<
endif

gitversion.texi: @GIT_INDEX@
	echo '@set VERSION '`$(top_builddir)/genversion.sh`'' > $@