X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2FMakefile.am;h=94b56a9bcb1a45d685ab3c46b5a4432ba1b951c0;hb=883b4323df45c0740fbd44a302b2314202355dcc;hp=d3dfa31a51b73a68603826d8d8ba66fcf14fe509;hpb=f1ef386cc963c62b97f20332c77a474e895daf26;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index d3dfa31..94b56a9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.9 2006-04-22 13:29:37 adam Exp $ +## $Id: Makefile.am,v 1.15 2006-04-27 16:54:39 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -27,24 +27,30 @@ HTMLFILES = architecture.html \ filters.html \ future.directions.html \ individual.classes.html \ + installation.html \ + installation.debian.html \ + installation.windows.html \ introduction.html \ licence.html \ metaproxy.html \ multidb.html \ + multidb.multi.html \ + multidb.picture.html \ + multidb.virt_db.html \ + multidb.what.html \ other.source.files.html \ overview.filter.types.html \ overview.xml.structure.html \ refguide.html -PNGFILES= -EPSFILES= +PNGFILES=multi.png 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) +$(HTMLFILES): $(XMLFILES) multi.png jade -E14 -D $(srcdir) -d common/html.dsl -t sgml $(srcdir)/common/xml.dcl $(MAINXML) .xml.3mp: @@ -53,8 +59,8 @@ $(HTMLFILES): $(XMLFILES) .xml.1: docbook2man $< -metaproxy.pdf: $(XMLFILES) - for i in $(PNGFILES) $(EPSFILES); do \ +metaproxy.pdf: $(XMLFILES) multi.pdf + 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) @@ -77,6 +83,15 @@ progref.xml: metaproxy.xml rm -f $@ xsltproc $(srcdir)/common/ref2dbinc.xsl $? | sed 1d >> $@ +multi.png: multi.svg + inkscape --export-png=$@ --export-width=800 --export-area-drawing $? + +multi.eps: multi.svg + inkscape --export-eps=$@ --export-bbox-page $? + +%.pdf: %.eps + epstopdf -hires $? + clean-data-hook: rm -f [0-9]* *.bak