X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=8a6715113402dfefd7023a4debd3ea90795b12df;hp=b8a3a2e61f4eef0b75f704104219fe31d225a699;hb=0e003c1f98eb27d793ddaa2579f286c2cea6d066;hpb=76020c413df4fdf9127031270cf734be70055047 diff --git a/doc/Makefile.am b/doc/Makefile.am index b8a3a2e..8a67151 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.18 2006-04-20 11:36:40 adam Exp $ +## $Id: Makefile.am,v 1.20 2006-05-26 19:46:37 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -10,17 +10,21 @@ XMLFILES = \ api.xml \ license.xml \ yazpp.xml.in - -TOP=yazpp.xml -MANFILES= + +TOP = yazpp.xml + +MANFILES = yazpp-config.8 + +REFFILES = yazpp-config-man.xml + HTMLFILES = \ api.html \ implementations.html \ + index.html \ installation.html \ introduction.html \ license.html \ windows.html \ - yazpp.html \ zoom-connection.html \ zoom-exception.html \ zoom-query.html \ @@ -28,14 +32,14 @@ HTMLFILES = \ zoom-resultset.html \ zoom.html -doc_DATA = $(HTMLFILES) yazpp.pdf +doc_DATA = $(HTMLFILES) man_MANS = $(MANFILES) -EXTRA_DIST = $(XMLFILES) $(doc_DATA) $(man_MANS) +EXTRA_DIST = $(XMLFILES) $(doc_DATA) $(man_MANS) $(REFFILES) entities.ent $(HTMLFILES): $(XMLFILES) - jade -E14 -D $(srcdir) -d common/html.dsl -t sgml $(srcdir)/common/xml.dcl $(TOP) + xsltproc common/html.xsl $(TOP) yazpp.pdf: $(XMLFILES) if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common/; fi @@ -47,11 +51,14 @@ yazpp.pdf: $(XMLFILES) index.tkl: $(XMLFILES) common/tkl.xsl xsltproc common/tkl.xsl $(TOP) +yazpp-config.8: yazpp-config-man.xml + xsltproc common/man.xsl $(srcdir)/yazpp-config-man.xml + clean-data-hook: rm -f [0-9]* *.bak dist-hook: - for f in $(srcdir)/*.html; do \ + for f in *.html; do \ found=0; \ b=`basename $$f`; \ for h in $(HTMLFILES); do \