From e90835e4a81a15a3f62e904f7e7771493bac9a2e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Aug 2009 10:56:42 +0200 Subject: [PATCH] Omit tkl rules for documentation --- doc/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 49f6a50..51ffeee 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -72,10 +72,6 @@ $(HTMLFILES): $(XMLFILES) rm -f *.html $(HTML_COMPILE) $(srcdir)/yaz.xml -index.tkl: $(XMLFILES) - rm -f *.tkl - $(TKL_COMPILE) $(srcdir)/yaz.xml - yaz.pdf: $(XMLFILES) $(PDF_COMPILE) $(srcdir)/yaz.xml @@ -105,7 +101,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