From 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d Mon Sep 17 00:00:00 2001 From: "Gerald W. Carter" Date: Tue, 22 Apr 2008 10:09:40 -0500 Subject: Moving docs tree to docs-xml to make room for generated docs in the release tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) --- docs-xml/xslt/html-common.xsl | 87 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 docs-xml/xslt/html-common.xsl (limited to 'docs-xml/xslt/html-common.xsl') diff --git a/docs-xml/xslt/html-common.xsl b/docs-xml/xslt/html-common.xsl new file mode 100644 index 0000000000..b584214cd7 --- /dev/null +++ b/docs-xml/xslt/html-common.xsl @@ -0,0 +1,87 @@ + + + + + + + + + + +text/css + + + + + + + + ..html + + + + + + + + + + + + + + + + + + + + + + + + + + Endterm points to nonexistent ID: + + + ??? + + + + + + + + + + + + + + + + Link element has no content and no Endterm. And linkend's pointer has no title. + Nothing to show in the link to + + + + + + + + + + + + + + + + + + + -- cgit From 3be9a355ff2ab1f11dbf07542ae9ed2c013854cc Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 24 Apr 2008 23:40:51 +0400 Subject: Fix documentation build: manpages, links in the HTML documents. Fixed manpages generation to properly create handle smb.conf parameters' titles Changed HTML generator to include links for every smb.conf parameter. Now we have correct linking between different HTML documents. Signed-off-by: Alexander Bokovoy (This used to be commit 056935ff1f5fefc3ca42f7006182fc80c94d91ab) --- docs-xml/xslt/html-common.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs-xml/xslt/html-common.xsl') diff --git a/docs-xml/xslt/html-common.xsl b/docs-xml/xslt/html-common.xsl index b584214cd7..d2609d5c5b 100644 --- a/docs-xml/xslt/html-common.xsl +++ b/docs-xml/xslt/html-common.xsl @@ -10,7 +10,7 @@ - + text/css -- cgit