From effe7e45ecdb69852d91c6f5c3478587c86ce284 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Aug 2009 14:37:30 +0200 Subject: [PATCH] Omit tkl rules for documentation --- doc/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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; \ -- 1.7.10.4