I have created a new file "iis6.xml" in the "en\install\windows\ directory".
The file starts with this:
<?xml version="1.0" encoding="iso-8859-1"?>
<sect1 xml:id="install.windows.iis6" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Microsoft IIS 5.1 and IIS 6.0</title>
....
Then I run the following commands:
C:\PHPSVN\phpdoc>php doc-base\configure.php
C:\PHPSVN\phpdoc>phd -d C:\phpsvn\phpdoc\doc-base\.manual.xml
At the end I expect to have a file called something like:
"install.windows.iis6.html" in the "output\chunked-xhtml\" directory. But
it's not there. What am I doing wrong? How do I make phd to generate the
preview of the newly added docbook file?
Also, rather than re-building the entire manual - is there a way to build
the docs only for the file that I need to validate? Re-building of the
entire doc content takes a lot of time.
Thanks,
Ruslan