X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile.am;h=51ffeeee2de7db0906002de9fa0db304db955590;hb=1c7397ef1885c5c758ab0b6d22ed2ee45e2e24f8;hp=49f6a50b12c755d1e0783377583a67dd9e2da726;hpb=135acd59310ef3892e9b86b70e3ead32e53eeabb;p=yaz-moved-to-github.git 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; \