X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2FMakefile.am;h=bafe70068f1a7857e7142a3bc362f34e0250ff66;hb=f45945c22e44677a970b3d714f757977cd3041d9;hp=e1744c5e5fb561a99d69cb8bfcf65cb87f1304a2;hpb=8479a2bef487a8a220b5e45a4085cf2f667aa23a;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index e1744c5..bafe700 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -37,7 +37,7 @@ MANFILES = metaproxy.1 \ multi.3mp query_rewrite.3mp \ record_transform.3mp\ session_shared.3mp \ - sru_z3950.xml\ + sru_z3950.3mp \ template.3mp \ virt_db.3mp \ z3950_client.3mp \ @@ -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 \