X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=b3fd0b2285db99daa80aeda3c905a96fad9b2dfc;hb=5b4ea0cf66dd82c871ed7d69a5801d78789087b2;hp=c8747cdbceb566ae1204fdc47d8136eb7a03d7ff;hpb=a19d02cb6e7689d4a1e36e13308b05f326eeba0c;p=pazpar2-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index c8747cd..b3fd0b2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # This file is part of Pazpar2. SUBDIRS = common -SUFFIXES=.1 .5 .7 .8 .pdf .tkl .esp .xml +SUFFIXES=.1 .5 .7 .8 .pdf .esp .xml XMLFILES = book.xml manref.xml gpl-2.0.xml @@ -38,9 +38,6 @@ $(HTMLFILES): $(XMLFILES) $(PNGFILES) .xml.8: $(MAN_COMPILE) $< -index.tkl: $(XMLFILES) - $(TKL_COMPILE) $(MAINXML) - pazpar2.pdf: $(XMLFILES) rm -f pazpar2.pdf $(PDF_COMPILE) $(MAINXML) && mv book.pdf pazpar2.pdf @@ -65,7 +62,7 @@ dist-hook: done doc-clean: - rm -f *.html *.[0-9] *.pdf *.tkl + rm -f *.html *.[0-9] *.pdf install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \