X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=840281cb3c611eb034ef30749c3d9a6b59ffc148;hb=fc66745b60adb55d6b9f998c0bb9d8f607953e51;hp=49f6a50b12c755d1e0783377583a67dd9e2da726;hpb=135acd59310ef3892e9b86b70e3ead32e53eeabb;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 49f6a50..840281c 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,12 +101,12 @@ 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; \ for p in $$d/*.html; do \ - $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: