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