X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=eb92b816a4f391f0d2a03cac3b1b609925f4ce1b;hp=2d56e4667dc528e4247e9dbe24d4e34d57ca5dab;hb=0aa9ae6bd30fae8a1f8f24245b05496b39a36c5d;hpb=0edbabde0fd3960a17ebd17e49b5b6b53d65ab21 diff --git a/doc/Makefile.am b/doc/Makefile.am index 2d56e46..eb92b81 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -## $Id: Makefile.am,v 1.18 2007-07-10 09:42:09 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -34,11 +33,7 @@ index.tkl: $(XMLFILES) $(TKL_COMPILE) $(TOP) yazproxy.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 yazproxy.tex >pdfjadetex.log 2>&1 - pdfjadetex yazproxy.tex >pdfjadetex.log 2>&1 - pdfjadetex yazproxy.tex >pdfjadetex.log 2>&1 + $(PDF_COMPILE) $(TOP) clean-data-hook: rm -f [0-9]* *.bak @@ -52,7 +47,7 @@ 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); \ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: