-## $Id: Makefile.am,v 1.13 2006-04-27 13:29:40 mike Exp $
+## $Id: Makefile.am,v 1.14 2006-04-27 16:38:13 adam Exp $
docdir=$(datadir)/doc/@PACKAGE@
SUBDIRS = common
refguide.html
PNGFILES=multi.png
-EPSFILES=multi.eps
doc_DATA = $(HTMLFILES) metaproxy.pdf $(PNGFILES)
man_MANS = $(MANFILES)
-EXTRA_DIST = $(XMLFILES) $(XMLMAN) $(doc_DATA) $(EPSFILES) $(man_MANS)
+EXTRA_DIST = $(XMLFILES) $(XMLMAN) $(doc_DATA) $(man_MANS) multi.svg
$(HTMLFILES): $(XMLFILES) multi.png
jade -E14 -D $(srcdir) -d common/html.dsl -t sgml $(srcdir)/common/xml.dcl $(MAINXML)
docbook2man $<
metaproxy.pdf: $(XMLFILES) multi.pdf
- for i in $(PNGFILES) $(EPSFILES); do \
+ for i in $(PNGFILES) multi.pdf; do \
if test ! -f $$i; then ln -s $(srcdir)/$$i .; fi; \
done
jade -E14 -D $(srcdir) -d common/print.dsl -t tex $(srcdir)/common/xml.dcl $(MAINXML)
inkscape --export-png=$@ --export-width=800 --export-area-drawing $?
multi.eps: multi.svg
- inkscape --export-eps=$@ $?
+ inkscape --export-eps=$@ --export-bbox-page $?
%.pdf: %.eps
- epstodf $?
+ epstopdf -hires $?
clean-data-hook:
rm -f [0-9]* *.bak
-<!-- $Id: book.xml,v 1.25 2006-04-27 16:17:16 mike Exp $ -->
+<!-- $Id: book.xml,v 1.26 2006-04-27 16:38:13 adam Exp $ -->
<bookinfo>
<title>Metaproxy - User's Guide and Reference</title>
<author>
<simpara>
<inlinemediaobject>
<imageobject>
- <imagedata fileref="multi.pdf" format="PDF"/>
+ <imagedata fileref="multi.pdf" format="PDF" scale="50"/>
</imageobject>
<imageobject>
<imagedata fileref="multi.png" format="PNG"/>