all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Build man pages in $(srcdir).
@ 2016-03-19 16:18 Mathieu Lirzin
  2016-03-19 16:18 ` [PATCH 1/4] Revert "build: Do not remake doc/guix.1." Mathieu Lirzin
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Mathieu Lirzin @ 2016-03-19 16:18 UTC (permalink / raw)
  To: guix-devel

This is an alternative to commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60.

The problem solved by this commit was that doc/guix.1 was still generated by
'help2man' when doing a VPATH build from a tarball.  It is still not clear to
me why this problem was happening.  My guess is that this was related to the
$(sub_commands_mans) variable behind composed of generated files which were
confusing Make in a weird way.

Anyway, inspired by what is done by Automake for info manuals I have tried to
build man pages in $(srcdir), which is fixing the issue too.  The bonus is
that now all the documentation is consistently built in $(srcdir) and that we
avoid adding another "case $? ..." trick.

Mathieu Lirzin (4):
  Revert "build: Do not remake doc/guix.1."
  build: Make 'guix' man page depend on scripts/guix.in.
  build: Build man pages in $(srcdir).
  build: Rewrite comments for man pages.

 doc.am | 67 ++++++++++++++++++++++++++++++++----------------------------------
 1 file changed, 32 insertions(+), 35 deletions(-)

-- 
2.7.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-03-20 23:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-19 16:18 [PATCH 0/4] Build man pages in $(srcdir) Mathieu Lirzin
2016-03-19 16:18 ` [PATCH 1/4] Revert "build: Do not remake doc/guix.1." Mathieu Lirzin
2016-03-19 21:29   ` Ludovic Courtès
2016-03-19 16:18 ` [PATCH 2/4] build: Make 'guix' man page depend on scripts/guix.in Mathieu Lirzin
2016-03-19 21:31   ` Ludovic Courtès
2016-03-19 16:18 ` [PATCH 3/4] build: Build man pages in $(srcdir) Mathieu Lirzin
2016-03-19 21:31   ` Ludovic Courtès
2016-03-19 16:18 ` [PATCH 4/4] build: Rewrite comments for man pages Mathieu Lirzin
2016-03-19 21:32   ` Ludovic Courtès
2016-03-19 21:28 ` [PATCH 0/4] Build man pages in $(srcdir) Ludovic Courtès
2016-03-19 21:33 ` Ludovic Courtès
2016-03-19 22:50   ` Mathieu Lirzin
2016-03-20 21:09     ` Ludovic Courtès
2016-03-20 23:03       ` Mathieu Lirzin

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.