X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2FMakefile.am;h=bafe70068f1a7857e7142a3bc362f34e0250ff66;hb=f45945c22e44677a970b3d714f757977cd3041d9;hp=3dd090938f0494d85ee9a79f024aa39b7b895c9a;hpb=94862ec6e4cd6b239f7015254d631d7ab7995256;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 3dd0909..bafe700 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -73,7 +73,7 @@ metaproxy.pdf: $(XMLFILES) multi.pdf for i in $(PNGFILES) common/id.png multi.pdf; do \ if test ! -f $$i; then cp $(srcdir)/$$i $$i; fi; \ done - dblatex $(MAINXML) + $(PDF_COMPILE) $(MAINXML) mv book.pdf metaproxy.pdf metaproxyj.pdf: $(XMLFILES) multi.pdf @@ -111,6 +111,9 @@ dist-hook: cp $$p $(distdir); \ done +doc-clean: + rm -f *.html *.[0-9] *.?mp *.pdf *.tkl + install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \