1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

* Updates.

This commit is contained in:
Eelco Dolstra 2003-11-26 14:25:39 +00:00
parent f6a30ab264
commit 62d9b31d0a
4 changed files with 59 additions and 1 deletions

View file

@ -4,7 +4,8 @@ XMLLINT = $(ENV) $(xmllint) $(xmlflags) --catalogs
XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs
SOURCES = book.xml introduction.xml installation.xml \
nix-store-reference.xml \
overview.xml \
nix-store-reference.xml nix-instantiate-reference.xml \
troubleshooting.xml bugs.xml
book.is-valid: $(SOURCES)