diff options
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 34039ba36..46c79ae3b 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -6,9 +6,8 @@ XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \ --param section.label.includes.component.label 1 \ --param html.stylesheet \'style.css\' -SOURCES = book.xml introduction.xml installation.xml \ - overview.xml \ - nix-store-reference.xml nix-instantiate-reference.xml \ +SOURCES = book.xml introduction.xml installation.xml overview.xml \ + common-options.xml nix-store.xml nix-instantiate.xml \ troubleshooting.xml bugs.xml \ style.css |