X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=7c8f0f5f5bcf1a65e7507131c3a0496a50893d08;hb=758bd14da56233550801d486d0e7c6e8790cfe11;hp=13bbb93c34e85a8fc41f049be61e4890fc64c9d7;hpb=8dd5939b82aeaf0e326dead22ea877c203e6d024;p=pazpar2-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 13bbb93..7c8f0f5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,9 @@ # This file is part of Pazpar2. SUBDIRS = common -SUFFIXES=.1 .5 .7 .8 .pdf .tkl .esp .xml +SUFFIXES=.1 .5 .7 .8 .pdf .esp .xml -XMLFILES = book.xml manref.xml +XMLFILES = book.xml manref.xml gpl-2.0.xml MAINXML = $(srcdir)/book.xml @@ -38,9 +38,6 @@ $(HTMLFILES): $(XMLFILES) $(PNGFILES) .xml.8: $(MAN_COMPILE) $< -index.tkl: $(XMLFILES) - $(TKL_COMPILE) $(MAINXML) - pazpar2.pdf: $(XMLFILES) rm -f pazpar2.pdf $(PDF_COMPILE) $(MAINXML) && mv book.pdf pazpar2.pdf @@ -65,12 +62,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: