X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2FMakefile.am;h=3b8db2d8dab417b3a5443f368260407c6a2af008;hb=c0052f39a81ac7f52a84cc006cda4cd143635de4;hp=b0cdc6b9f927723a997d5bace95040f124cfaafb;hpb=ea632b5255eff5fa23797126df76542ac8720d94;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index b0cdc6b..3b8db2d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.11 2006-04-26 15:31:10 mike Exp $ +## $Id: Makefile.am,v 1.16 2006-05-26 20:20:51 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -26,38 +26,41 @@ HTMLFILES = architecture.html \ filterref.html \ filters.html \ future.directions.html \ + index.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=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) + xsltproc common/html.xsl $(MAINXML) .xml.3mp: - docbook2man $< + xsltproc common/man.xsl $< .xml.1: - docbook2man $< + xsltproc common/man.xsl $< -metaproxy.pdf: $(XMLFILES) multi.eps - 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) @@ -84,7 +87,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=$@ --export-bbox-page $? + +%.pdf: %.eps + epstopdf -hires $? clean-data-hook: rm -f [0-9]* *.bak