X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=840281cb3c611eb034ef30749c3d9a6b59ffc148;hb=42bf8d7d53e41f6165e0eb889a7377d3482aeabd;hp=44decb0746b20f8d8e7e73193319fa3d60b3163d;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 44decb0..840281c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = common XMLFILES=bookinfo.xml introduction.xml installation.xml \ indexdata.xml \ - asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml \ + asn.xml tools.xml odr.xml comstack.xml server.xml license.xml \ future.xml zoom.xml credits.xml gfs-options.xml \ yaz.xml yaz-client-commands.xml soap.xml gfs-virtual.xml gfs-synopsis.xml \ std-oid-table.xml manref.xml @@ -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: