X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=42a49a0212dbaab492df72d95ed8b85a6c178045;hb=0499c317de03b020469f3122c8a1cee8bc459389;hp=ba7124f9f34279df1f9bd9feaa492d9b0c549284;hpb=8841f6101cb2f5c32c726e22c7ee1ef97bb288eb;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index ba7124f..42a49a0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -## $Id: Makefile.am,v 1.28 2007-07-10 09:42:28 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -36,11 +35,7 @@ yazpp-config.8: yazpp-config-man.xml yazpp.pdf: $(XMLFILES) if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common/; fi - jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(TOP) - pdfjadetex yazpp.tex >pdfjadetex.log 2>&1 - pdfjadetex yazpp.tex >pdfjadetex.log 2>&1 - pdfjadetex yazpp.tex >pdfjadetex.log 2>&1 - + $(PDF_COMPILE) $(TOP) clean-data-hook: rm -f [0-9]* *.bak @@ -51,6 +46,9 @@ dist-hook: cp $$p $(distdir); \ done +doc-clean: + rm -f *.html *.[0-9] *.pdf *.tkl + install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \