diff options
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) |