From e2f1abfc7ec5858be513c44bc4d6e92b303cc793 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 13 Jul 2004 22:47:11 +0000 Subject: Fix "explanation of each parameter" Work on the pearson XSL script a bit more (This used to be commit dd05a7209379053f5eab8c89aff68028c5b6c439) --- docs/Makefile.in | 2 +- docs/README | 4 ++++ docs/xslt/pearson.xsl | 18 ++++++++++++------ 3 files changed, 17 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/Makefile.in b/docs/Makefile.in index c391031c4f..ef551e0a78 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -102,7 +102,7 @@ $(DOCBOOKDIR)/%.xml: %/index.xml xslt/expand-sambadoc.xsl $(DOCBOOKDIR)/%.xml: $(MANPAGEDIR)/%.xml xslt/expand-sambadoc.xsl mkdir -p $(@D) - $(XSLTPROC) --stringparam latex.imagebasedir "$*/" --stringparam noreference 1 --output $@ xslt/expand-sambadoc.xsl $< + $(XSLTPROC) --xinclude --stringparam latex.imagebasedir "$*/" --stringparam noreference 1 --output $@ xslt/expand-sambadoc.xsl $< $(DOCBOOKDIR)/manpages.xml: $(MANPAGES_SOURCES) xslt/manpage-summary.xsl mkdir -p $(@D) diff --git a/docs/README b/docs/README index 7a31a868c2..0f6c0e78db 100644 --- a/docs/README +++ b/docs/README @@ -92,6 +92,10 @@ Add the following two lines to /etc/xml/catalog for db2latex: +For the Pearson DTD, add something like: + + + (of course, adapt /export/user/me/source/ to whatever path db2latex is installed in...) diff --git a/docs/xslt/pearson.xsl b/docs/xslt/pearson.xsl index e5dd6749a5..bf362d39ea 100644 --- a/docs/xslt/pearson.xsl +++ b/docs/xslt/pearson.xsl @@ -12,7 +12,7 @@ - + @@ -37,8 +37,11 @@ - - + + + + + @@ -54,7 +57,7 @@ - + @@ -71,10 +74,13 @@ + -- cgit