From 5a6d50998dffcf60b45fd35b858dbe37cf33d649 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Apr 2012 20:26:30 +0200 Subject: [PATCH] Add a missing DocBook source file to the tarball Reported on IRC by Adrian Siekierka. --- doc/manual/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 55450c9a59..637d370c17 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -29,7 +29,7 @@ MANUAL_SRCS = manual.xml introduction.xml installation.xml \ package-management.xml writing-nix-expressions.xml builtins.xml \ build-farm.xml \ $(man1_MANS:.1=.xml) $(man8_MANS:.8=.xml) \ - troubleshooting.xml bugs.xml opt-common.xml opt-common-syn.xml \ + troubleshooting.xml bugs.xml opt-common.xml opt-common-syn.xml opt-inst-syn.xml \ env-common.xml quick-start.xml nix-lang-ref.xml glossary.xml \ conf-file.xml release-notes.xml \ style.css images