X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=996be26c7b837e557891e52296675221e992b09d;hb=cd54d9cec3b4db6f3b39e7d506c7d88877d54fc7;hp=8e250993058e3e756a05df40c8f788009634e15e;hpb=f33f58a446d74ee8fe2351ae93c50169d01bcbce;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 8e25099..996be26 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = common +INKSCAPE=inkscape + SUFFIXES=.3mp .1 .pdf .tkl .esp .xml XMLFILES = book.xml manref.xml copyright.xml gpl-2.0.xml @@ -94,11 +96,12 @@ manref.xml: $(XMLMAN) $(srcdir)/common/stripref.xsl $(srcdir)/copyright.xml xsltproc $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >> manref.xml; \ done + multi.png: multi.svg - unset DISPLAY; inkscape --export-png=$@ --export-area=0:0:1050:500 $? + unset DISPLAY; ${INKSCAPE} --export-png=$@ --export-area=0:0:1050:500 $? multi.eps: multi.svg - unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $? + unset DISPLAY; ${INKSCAPE} --export-eps=$@ --export-bbox-page $? .eps.pdf: epstopdf -hires $? @@ -114,7 +117,7 @@ dist-hook: done doc-clean: - rm -f *.html *.[0-9] *.?mp *.pdf *.tkl + rm -f manref.xml *.html *.[0-9] *.?mp *.pdf *.tkl install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \