* Nix Quick Start guide.

This commit is contained in:
Eelco Dolstra 2004-01-20 15:37:55 +00:00
parent 8baf50f108
commit 3778586b2a
5 changed files with 142 additions and 4 deletions

View file

@ -9,7 +9,7 @@ XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \
SOURCES = manual.xml introduction.xml installation.xml overview.xml \
nix-env.xml nix-store.xml nix-instantiate.xml \
troubleshooting.xml bugs.xml opt-verbose.xml \
style.css images
quick-start.xml style.css images
manual.is-valid: $(SOURCES) version.xml
$(XMLLINT) --noout --valid manual.xml