From ff853a2a0615764e24abc9ce5850830a432022be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 31 Jan 2016 17:35:56 +0100 Subject: build: Use the right section and source for man pages. * doc.am (HELP2MANFLAGS): New variable. (gen_man): Use it. --- doc.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc.am b/doc.am index e542161878..67da8ff8e2 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. -- cgit v1.2.3