From 881788f372186b07c25113af82aa0d5db6fb4c4f Mon Sep 17 00:00:00 2001 From: pookey Date: Thu, 31 May 2007 17:27:08 +0000 Subject: [PATCH] docbook output is now generated into a singlefile called "doctrine.html", and a whole set of files in the "html" folder. --- manual/docbook/Makefile | 4 +++- manual/docbook/README | 5 +++++ manual/docbook/doctrine-chunked.xsl | 5 +++++ manual/docbook/doctrine.xml | 2 ++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 manual/docbook/doctrine-chunked.xsl diff --git a/manual/docbook/Makefile b/manual/docbook/Makefile index 1f47e8a32..88a751bb6 100644 --- a/manual/docbook/Makefile +++ b/manual/docbook/Makefile @@ -1,5 +1,7 @@ XSLSTYLE=doctrine.xsl +XSLSTYLE_CHUNKED=doctrine-chunked.xsl %.html: %.xml - xsltproc --output $@ $(XSLSTYLE) $< + xsltproc --output $@ $(XSLSTYLE) $< + xsltproc --stringparam base.dir html/ $(XSLSTYLE_CHUNKED) $< html: doctrine.html diff --git a/manual/docbook/README b/manual/docbook/README index 89abc71dd..ffeed991b 100644 --- a/manual/docbook/README +++ b/manual/docbook/README @@ -11,3 +11,8 @@ Pleaes use xmllint to validate your changes BEFORE committing. Please follow the intenting format used in the file. *2 SPACES* for indenting. That's SPACES not TABS :) + +For documentation about docbook XSL, visit: +http://www.sagehill.net/docbookxsl/index.html + +For information about docbook itself, google - there's LOTS of sites. diff --git a/manual/docbook/doctrine-chunked.xsl b/manual/docbook/doctrine-chunked.xsl new file mode 100644 index 000000000..d16615daf --- /dev/null +++ b/manual/docbook/doctrine-chunked.xsl @@ -0,0 +1,5 @@ + + + + + diff --git a/manual/docbook/doctrine.xml b/manual/docbook/doctrine.xml index aeaea0b97..6e72e0192 100644 --- a/manual/docbook/doctrine.xml +++ b/manual/docbook/doctrine.xml @@ -88,6 +88,8 @@ list is quite high traffic, as every commit to the repository results in an email containing the changelog entry and diffs of the changed files. + To subscribe to this list, send a blank email to + doctrine-svn+subscribe@lists.pengus.net