On Saturday 2009-03-07 16:16, Ralf Wildenhues wrote:

>Hello Jan, all,
>
>I've worked a bit on the less verbose automake stuff, and put the result
>up as a branch in the git repository:
>  git clone git://git.savannah.gnu.org/automake.git
>  git branch je-silent origin/je-silent-am
                        origin/je-silent

>It would be *great* if you (or whoever wants to) could test it, play
>around with it, use it on various packages, and ideally also on
>different systems and make implementations if possible.  Every bit
>helps.

I am missing the definition of am__v_GEN in the generated Makefile
that is designed for use with manual rules. Like,

        # -*- Makefile -*-
        
        man8_MANS = foo.8
        
        foo.8: foo.8.in
                ${am__v_GEN}man -l foo.8.in >$@


Reply via email to