From: Adam Dickmeiss Date: Fri, 28 Aug 2009 12:37:30 +0000 (+0200) Subject: Omit tkl rules for documentation X-Git-Tag: v1.1.1~3 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=effe7e45ecdb69852d91c6f5c3478587c86ce284 Omit tkl rules for documentation --- 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; \