X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=b3fd0b2285db99daa80aeda3c905a96fad9b2dfc;hb=5b4ea0cf66dd82c871ed7d69a5801d78789087b2;hp=385cd9cf2dcd6a3935401bae2ee33783a9232fdf;hpb=6236b8750f1b39cec2e73f43711261b59a538bda;p=pazpar2-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 385cd9c..b3fd0b2 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 @@ -64,6 +61,9 @@ dist-hook: cp $$p $(distdir); \ done +doc-clean: + 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 \