guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Shepherd][PATCH 1/4] build: Build Guile objects before generating man p


From: Mathieu Lirzin
Subject: [Shepherd][PATCH 1/4] build: Build Guile objects before generating man pages.
Date: Wed, 27 Jan 2016 21:45:31 +0100

Before that, man pages were not successfully generated for VPATH builds.

* Makefile.am (BUILT_SOURCES): Add every '.go' files.
---
 Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index dcffcea..6ebd0f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,11 @@ templates =                                  \
   modules/shepherd/system.scm.in
 
 # Build this module first.
-BUILT_SOURCES = modules/shepherd/config.scm
+BUILT_SOURCES =                                \
+  $(nodist_shepherdsub_DATA)                   \
+  $(nodist_scripts_DATA)                       \
+  $(nodist_guilemodule_DATA)
+
 
 # The source files.
 # XXX: we can't use 'nobase_' because of the modules/ subdirectory.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]