* Manual updates.
This commit is contained in:
parent
7b0e29b4dc
commit
dc05f29cf6
3 changed files with 175 additions and 8 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue