8 On Windows, you should use Cygwin software or another port of GNU
11 How to build the DocBook documentation:
13 - run "autoconf" in this dir
14 - run "./configure" in this dir
17 The HTML files are rendered in the "html" dir.
19 When developing content, you can verify your changes by running:
23 This verifies the XML for the whole manual is valid.
25 You can verify your changes in a single file by running:
27 "make XMLFILE=filename.xml check1"
29 The filename.xml is relative to the "module_specs" directory.
33 http://www.ibiblio.org/godoy/sgml/docbook/howto/index.html
34 http://opensource.bureau-cornavin.com/crash-course/index.html
35 http://ds9a.nl/docbook/
36 http://www.sagehill.net/docbookxsl/index.html
37 http://docbook.org/tdg/en/html/part2.html DocBook tag reference
40 To generat a CHM project file, you must install MsHtmlHelpWorkshop.
42 To build the CHM file on the command line navigate to the directory
43 in which the manual html files are built as described above
47 "C:/path/to/workshop/hhc htmlhelp.hhp"
49 where "C:/path/to/workshop/" is the path to MsHtmlHelpWorkshop.
51 This will build a "Zend_Framework_LANGUAGE.chm" file.
53 You should now have an index in the file..