From: Mathieu Lirzin <mthl@gnu.org>
To: guix-devel@gnu.org
Subject: [Shepherd][PATCH 1/4] build: Build Guile objects before generating man pages.
Date: Wed, 27 Jan 2016 21:45:31 +0100 [thread overview]
Message-ID: <1453927534-32056-2-git-send-email-mthl@gnu.org> (raw)
In-Reply-To: <1453927534-32056-1-git-send-email-mthl@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
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(-)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-build-Build-Guile-objects-before-generating-man-page.patch --]
[-- Type: text/x-patch; name="0001-build-Build-Guile-objects-before-generating-man-page.patch", Size: 479 bytes --]
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.
next prev parent reply other threads:[~2016-01-27 20:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-27 20:45 [Shepherd][PATCH 0/4] Move documentation to a 'doc' directory Mathieu Lirzin
2016-01-27 20:45 ` Mathieu Lirzin [this message]
2016-01-27 22:55 ` [Shepherd][PATCH 1/4] build: Build Guile objects before generating man pages Ludovic Courtès
2016-01-27 23:15 ` Mathieu Lirzin
2016-01-28 9:09 ` Ludovic Courtès
2016-01-27 20:45 ` [Shepherd][PATCH 2/4] doc: Move examples to the 'doc/examples' directory Mathieu Lirzin
2016-01-27 22:57 ` Ludovic Courtès
2016-01-27 20:45 ` [Shepherd][PATCH 3/4] doc: Move manual to the 'doc' directory Mathieu Lirzin
2016-01-27 22:58 ` Ludovic Courtès
2016-01-27 20:45 ` [Shepherd][PATCH 4/4] doc: Move man pages " Mathieu Lirzin
2016-01-27 22:57 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453927534-32056-2-git-send-email-mthl@gnu.org \
--to=mthl@gnu.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.