diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-27T14·58+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-27T14·58+0000 |
commit | dc05f29cf6e1c5ee557441951116ee3fb35e0e00 (patch) | |
tree | 08fc08514035446f08c8a06e0467b7f2d99bb4d0 /doc/manual/Makefile.am | |
parent | 7b0e29b4dc42946b64fc3d616caa33ae442d94c6 (diff) |
* Manual updates.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 51ed7c05f73a..53a913ce6b03 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -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 \ |