GNU bug report logs -
#9804
[PATCH] include man-pages for non-default progs
Previous Next
Reported by: Mike Frysinger <vapier <at> gentoo.org>
Date: Thu, 20 Oct 2011 04:56:01 UTC
Severity: normal
Tags: patch
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 9804 in the body.
You can then email your comments to 9804 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#9804
; Package
coreutils
.
(Thu, 20 Oct 2011 04:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mike Frysinger <vapier <at> gentoo.org>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Thu, 20 Oct 2011 04:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
At the moment, things like man/arch.1 are not included in the tarball.
This makes perl a requirement if you want to build/install the arch
helper.
* man/Makefile.am (EXTRA_DIST): Add $(NO_INSTALL_PROGS_DEFAULT:%=%.1).
---
man/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index cb4408c..8733a35 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -19,7 +19,8 @@ dist_man1_MANS = $(MAN)
man_aux = $(dist_man1_MANS:.1=.x)
-EXTRA_DIST = $(man_aux) $(NO_INSTALL_PROGS_DEFAULT:%=%.x) help2man
+EXTRA_DIST = $(man_aux) $(NO_INSTALL_PROGS_DEFAULT:%=%.x) help2man \
+ $(NO_INSTALL_PROGS_DEFAULT:%=%.1)
MAINTAINERCLEANFILES = $(dist_man1_MANS)
# Depend on ../.version to get version number changes.
--
1.7.6.1
Reply sent
to
Pádraig Brady <P <at> draigBrady.com>
:
You have taken responsibility.
(Thu, 20 Oct 2011 14:02:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mike Frysinger <vapier <at> gentoo.org>
:
bug acknowledged by developer.
(Thu, 20 Oct 2011 14:02:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 9804-done <at> debbugs.gnu.org (full text, mbox):
Thanks Mike,
I'll apply this.
Pádraig.
On 10/20/2011 05:54 AM, Mike Frysinger wrote:
> At the moment, things like man/arch.1 are not included in the tarball.
> This makes perl a requirement if you want to build/install the arch
> helper.
>
> * man/Makefile.am (EXTRA_DIST): Add $(NO_INSTALL_PROGS_DEFAULT:%=%.1).
> ---
> man/Makefile.am | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/man/Makefile.am b/man/Makefile.am
> index cb4408c..8733a35 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -19,7 +19,8 @@ dist_man1_MANS = $(MAN)
>
> man_aux = $(dist_man1_MANS:.1=.x)
>
> -EXTRA_DIST = $(man_aux) $(NO_INSTALL_PROGS_DEFAULT:%=%.x) help2man
> +EXTRA_DIST = $(man_aux) $(NO_INSTALL_PROGS_DEFAULT:%=%.x) help2man \
> + $(NO_INSTALL_PROGS_DEFAULT:%=%.1)
> MAINTAINERCLEANFILES = $(dist_man1_MANS)
>
> # Depend on ../.version to get version number changes.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 18 Nov 2011 12:24:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 217 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.