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


Reply via email to