André Malo wrote:
* [EMAIL PROTECTED] wrote:
+docs:
+ @if test -d $(top_srcdir)/docs/manual/build; then \
+ cd $(top_srcdir)/docs/manual/build && ./build.sh; \
+ else \
+ echo 'For details on generating the docs, please read:'; \
+ echo ' http://httpd.apache.org/docs-project/docsformat.html'; \
+ fi
FWIW, ./build.sh builds only the English files. You might want to use
`./build.sh all`.
Silly point perhaps, but this bit me as well.
What if './build.sh en' would build english only, while ./build.sh
defaulted to all (as most developers presume)?
Bill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]