X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=f9db45d465fd9da0aa705255516293c8db3b8e6a;hb=99045261c60b0b3b93e3553ee01b90b2ba59cfc4;hp=49f6a50b12c755d1e0783377583a67dd9e2da726;hpb=135acd59310ef3892e9b86b70e3ead32e53eeabb;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 49f6a50..f9db45d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2009 Index Data +## Copyright (C) 1995-2010 Index Data SUBDIRS = common @@ -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 manref.xml *.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: