X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=c46d3ce3ff09b37b9ed30a5f88b3135974a0af23;hp=a69f80c3f37012aaa3de81b2c93d5bcc375ca864;hb=7c6491260329d0714c02580c37f700250a2ac09b;hpb=752b8a910eb19be1a1405bae2f6be54e21c20880 diff --git a/doc/Makefile.am b/doc/Makefile.am index a69f80c..c46d3ce 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -## $Id: Makefile.am,v 1.26 2007-06-17 07:06:20 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 @@ -54,8 +49,8 @@ dist-hook: 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); \ + $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + rm -r $(DESTDIR)$(docdir)