emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#9804: closed ([PATCH] include man-pages for non-de


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#9804: closed ([PATCH] include man-pages for non-default progs)
Date: Thu, 20 Oct 2011 14:02:02 +0000

Your message dated Thu, 20 Oct 2011 14:59:01 +0100
with message-id <address@hidden>
and subject line Re: bug#9804: [PATCH] include man-pages for non-default progs
has caused the debbugs.gnu.org bug report #9804,
regarding [PATCH] include man-pages for non-default progs
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
9804: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9804
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] include man-pages for non-default progs Date: Thu, 20 Oct 2011 00:54:13 -0400
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#9804: [PATCH] include man-pages for non-default progs Date: Thu, 20 Oct 2011 14:59:01 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0
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.



--- End Message ---

reply via email to

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