[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new coreutils snapshot available
From: |
Ralf Wildenhues |
Subject: |
Re: new coreutils snapshot available |
Date: |
Thu, 20 Mar 2008 18:51:39 +0100 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
Hi Jim,
* Jim Meyering wrote on Thu, Mar 20, 2008 at 06:49:35PM CET:
> -dist_man_MANS = $(MAN)
> +# We must include at least one literal name here, so that
> +# automake-1.10.1 emits the required install-man* rules.
> +dist_man_MANS = rm.1 $(MAN)
You can instead also just s/dist_man_MANS/dist_man1_MANS/
because all automake needs to know is the section.
Cheers,
Ralf