* Manual updates.

This commit is contained in:
Eelco Dolstra 2003-11-27 14:58:32 +00:00
parent 7b0e29b4dc
commit dc05f29cf6
3 changed files with 175 additions and 8 deletions

View file

@ -1,7 +1,9 @@
ENV = SGML_CATALOG_FILES=$(docbookcatalog)
XMLLINT = $(ENV) $(xmllint) $(xmlflags) --catalogs
XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs
XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \
--param section.autolabel 1 \
--param section.label.includes.component.label 1
SOURCES = book.xml introduction.xml installation.xml \
overview.xml \