diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T14·25+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T14·25+0000 |
commit | 62d9b31d0a86fc0fc5b198e4d46722573432918c (patch) | |
tree | 64bd45e0690367dbdd83261c1778d383e26dcc97 /doc/manual/Makefile.am | |
parent | f6a30ab264506ca966180666dff45310d176659d (diff) |
* Updates.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 8e2fff208747..51ed7c05f73a 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -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) |