guix-commits
[Top][All Lists]
Advanced

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

01/10: build: Use the right section and source for man pages.


From: Ludovic Courtès
Subject: 01/10: build: Use the right section and source for man pages.
Date: Mon, 01 Feb 2016 09:12:58 +0000

civodul pushed a commit to branch master
in repository guix.

commit ff853a2a0615764e24abc9ce5850830a432022be
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 31 17:35:56 2016 +0100

    build: Use the right section and source for man pages.
    
    * doc.am (HELP2MANFLAGS): New variable.
    (gen_man): Use it.
---
 doc.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/doc.am b/doc.am
index e542161..67da8ff 100644
--- a/doc.am
+++ b/doc.am
@@ -120,7 +120,11 @@ dist_man1_MANS =                           \
   $(sub_commands_mans)
 
 # Man pages are generated using GNU help2man.
-gen_man = LANGUAGE= $(top_builddir)/pre-inst-env $(HELP2MAN)
+gen_man =                                              \
+  LANGUAGE= $(top_builddir)/pre-inst-env $(HELP2MAN)   \
+  $(HELP2MANFLAGS)
+
+HELP2MANFLAGS = --source=GNU --info-page=$(PACKAGE_TARNAME)
 
 # Note: Do not depend on 'scripts/guix' since that would trigger a rebuild
 # even for people building from a tarball.



reply via email to

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