* Finished GNU Hello walkthrough.

This commit is contained in:
Eelco Dolstra 2004-11-05 13:10:08 +00:00
parent 8b934694f2
commit 6ca9c7f0a9
3 changed files with 293 additions and 21 deletions

View file

@ -4,7 +4,8 @@ XMLLINT = $(ENV) $(xmllint) $(xmlflags) --catalogs
XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \
--param section.autolabel 1 \
--param section.label.includes.component.label 1 \
--param html.stylesheet \'style.css\'
--param html.stylesheet \'style.css\' \
--param xref.with.number.and.title 0
man1_MANS = nix-env.1 nix-store.1 nix-instantiate.1 \
nix-collect-garbage.1 nix-push.1 nix-pull.1 \