* Start of Nixpkgs 0.10 release notes.

svn path=/nixpkgs/trunk/; revision=6676
This commit is contained in:
Eelco Dolstra
2006-10-06 13:37:31 +00:00
parent 808846b2c9
commit 921c08c7b3
4 changed files with 137 additions and 47 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
ENV = SGML_CATALOG_FILES=$(docbookcatalog)
XMLLINT = $(ENV) xmllint --catalogs
XSLTPROC = $(ENV) xsltproc --catalogs \
XMLLINT = xmllint --catalogs
XSLTPROC = xsltproc --catalogs \
--param section.autolabel 1 \
--param section.label.includes.component.label 1 \
--param html.stylesheet \'style.css\' \
--param xref.with.number.and.title 1 \
--param toc.section.depth 3
--param toc.section.depth 3 \
--param admon.style \'\' \
--param callout.graphics.extension \'.gif\'
NEWS_OPTS = \
--stringparam generate.toc "article nop" \