X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=aa79a6c9516e8d4d0f7fa861d787c641d723e911;hb=ca8de11cdbc31be5098bd60495406144696f4343;hp=e0924be1a625f2f7992ad618d6334db85ddead7a;hpb=91e98ceb27cf7d6f91e2bb0a6731564d06a36f40;p=platform%2Fupstream%2Fisl.git diff --git a/doc/Makefile.am b/doc/Makefile.am index e0924be..aa79a6c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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