diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-24 23:38:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-24 23:50:55 +0200 |
commit | 931c132a58d86287d7a73964f9731a3b578538cc (patch) | |
tree | 38dd8c2d521cf6fe0dce4641a09013cca70c4f8e /doc/guix.texi | |
parent | 054e85761fc0743ebe957f759f3e6b46739d5a68 (diff) | |
download | guix-931c132a58d86287d7a73964f9731a3b578538cc.tar guix-931c132a58d86287d7a73964f9731a3b578538cc.tar.gz |
doc: Make sure out-of-source-tree builds find os-config.tmpl.
* Makefile.am (BUILT_SOURCES): New variable.
* daemon.am (BUILT_SOURCES): Use +=.
* doc.am (BUILT_SOURCES, MAINTAINERCLEANFILES, EXTRA_DIST): Add
doc/os-config.texi.
(doc/os-config.texi): New target.
* doc/guix.texi (System Installation): Include os-config.texi.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6b9e87018f..2060da9c55 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2856,7 +2856,7 @@ only a root account would look like this (on the installation system, this example is available as @file{/etc/configuration-template.scm}): @example -@include gnu/system/os-config.tmpl +@include os-config.texi @end example @noindent |