This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 47-factored-mans.patch
Tom Tromey <tromey@redhat.com> writes:
> >>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
>
> Akim> -install-man: $(MANS)
> Akim> - @$(NORMAL_INSTALL)
> Akim> - $(MAKE) $(AM_MAKEFLAGS) install-man1
>
> I'm concerned about this.
>
> Before this change, `install-man' would ensure that the man pages were
> rebuilt. After this change, it doesn't.
Aarg, thanks, I missed it :(
What would you say: make it local (i.e., install-man1 builds MANS1),
or global as it was. If easy, I prefer the first solution, otherwise
backup to the previous state.