add isl_map_{lexmin,lexmax}_pw_multi_aff
[platform/upstream/isl.git] / doc / Makefile.am
index e0924be..aa79a6c 100644 (file)
@@ -6,10 +6,12 @@ export BSTINPUTS := $(srcdir):$(BSTINPUTS)
 user.tex: user.pod
        $(PERL) $(srcdir)/mypod2latex $< $@
 manual.pdf: manual.tex user.tex $(srcdir)/implementation.tex
+       (cd ..; echo "@GIT_HEAD_VERSION@") > version.tex
        $(PDFLATEX) $<
        bibtex manual
        $(PDFLATEX) $<
        $(PDFLATEX) $<
 user.html: user.pod
-       $(POD2HTML) --infile=$< --outfile=$@ --title="Integer Set Library: Manual"
+       (cd ..; echo "@GIT_HEAD_VERSION@") > version
+       $(POD2HTML) --infile=$< --outfile=$@ --title="Integer Set Library: Manual [version `cat version`]"
 endif