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