From: Adam Dickmeiss Date: Fri, 28 Aug 2009 08:56:42 +0000 (+0200) Subject: Omit tkl rules for documentation X-Git-Tag: v3.0.48~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e90835e4a81a15a3f62e904f7e7771493bac9a2e Omit tkl rules for documentation --- 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; \