summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-24 23:38:39 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-24 23:50:55 +0200
commit931c132a58d86287d7a73964f9731a3b578538cc (patch)
tree38dd8c2d521cf6fe0dce4641a09013cca70c4f8e /Makefile.am
parent054e85761fc0743ebe957f759f3e6b46739d5a68 (diff)
downloadguix-patches-931c132a58d86287d7a73964f9731a3b578538cc.tar
guix-patches-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 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 41e0e67120..ed11bcc7ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -253,6 +253,7 @@ guix_install_go_files = install-nobase_nodist_guilemoduleDATA
$(guix_install_go_files): install-nobase_dist_guilemoduleDATA
SUBDIRS = po/guix po/packages
+BUILT_SOURCES =
include doc.am