From: Mike Taylor Date: Thu, 27 Apr 2006 13:29:40 +0000 (+0000) Subject: Rule for making PDF from EPS. X-Git-Tag: METAPROXY.1.0.2~12 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=824a9c0f448740aa9ae044258cd8937bd492611b;p=metaproxy-moved-to-github.git Rule for making PDF from EPS. metaproxy.pdf now relies on multi.pdf instead of multi.eps --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 890a2d9..01818eb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.12 2006-04-27 08:51:19 adam Exp $ +## $Id: Makefile.am,v 1.13 2006-04-27 13:29:40 mike Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -58,7 +58,7 @@ $(HTMLFILES): $(XMLFILES) multi.png .xml.1: docbook2man $< -metaproxy.pdf: $(XMLFILES) multi.eps +metaproxy.pdf: $(XMLFILES) multi.pdf for i in $(PNGFILES) $(EPSFILES); do \ if test ! -f $$i; then ln -s $(srcdir)/$$i .; fi; \ done @@ -86,7 +86,10 @@ multi.png: multi.svg inkscape --export-png=$@ --export-width=800 --export-area-drawing $? multi.eps: multi.svg - inkscape --export-eps=$@ --export-text-to-path $? + inkscape --export-eps=$@ $? + +%.pdf: %.eps + epstodf $? clean-data-hook: rm -f [0-9]* *.bak