X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2FMakefile.am;h=df56aa45722ae4eb9e7b4dc14f9693787859ffd2;hb=677028e02b4288e170c2e84cf251263b1b2cff54;hp=93cb11f60f3962356a3a99952f1c4573e53b14cb;hpb=866b12b0ca3383a17abd356ae1b2c1c196b36c7a;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 93cb11f..df56aa4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.14 2006-04-27 16:38:13 adam Exp $ +## $Id: Makefile.am,v 1.17 2006-05-26 20:28:48 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -26,16 +26,18 @@ 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.virt_db.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 \ @@ -49,13 +51,13 @@ man_MANS = $(MANFILES) 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.pdf for i in $(PNGFILES) multi.pdf; do \