8 在 Windows 下,应当使用 Cygwin 或其他 GNU 开发工具。
12 - run "autoconf" in this dir
13 - run "./configure" in this dir
16 HTML 文件生成并存放在“html”文件夹。
18 在编写内容时,可以通过执行下面的命令来验证改动:
26 "make XMLFILE=filename.xml check1"
28 filename.xml 可以用相对“module_specs”目录的路径指定。
32 http://www.ibiblio.org/godoy/sgml/docbook/howto/index.html
33 http://opensource.bureau-cornavin.com/crash-course/index.html
34 http://ds9a.nl/docbook/
35 http://www.sagehill.net/docbookxsl/index.html
36 http://docbook.org/tdg/en/html/part2.html DocBook tag reference
38 同时将创建 CHM 项目文件,用于生成 CHM 帮助文件。
39 你需要安装 MsHtmlHelpWorkshop。
41 通过命令行进入之前使描述的用 make 生成的 html 文件所在的目录。
43 "C:/path/to/workshop/hhc htmlhelp.hhp"
44 "C:/path/to/workshop/" 是 MsHtmlHelpWorkshop 的安装路径。
46 这将生成一个 "Zend_Framework_LANGUAGE.chm" 文件。
49 补充:中文手册在生成 CHM 文件之前,请使用 tools/convEncoding.php 对 hhp 和 hhc 文件进行编码预处理。详情请看 tools/README.txt