[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.
- branch master updated (e3f755f -> 47c0f92), Ludovic Courtès, 2016/02/01
- 02/10: install: Make it clear that we refer to the root by label., Ludovic Courtès, 2016/02/01
- 01/10: build: Use the right section and source for man pages.,
Ludovic Courtès <=
- 06/10: guix package: Support package transformation options., Ludovic Courtès, 2016/02/01
- 07/10: build: Really enable Guile warnings., Ludovic Courtès, 2016/02/01
- 08/10: build: Remove semicolons from Guile warnings., Ludovic Courtès, 2016/02/01
- 05/10: guix build: Separate transformation options., Ludovic Courtès, 2016/02/01
- 04/10: doc: Add subsections to 'Invoking guix build'., Ludovic Courtès, 2016/02/01
- 03/10: guix build: Transformations operate on single objects., Ludovic Courtès, 2016/02/01
- 09/10: build-system/python: Use 'ensure-keyword-arguments'., Ludovic Courtès, 2016/02/01
- 10/10: guix build: Add '--with-input'., Ludovic Courtès, 2016/02/01