bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] Re: man/Makefile.am


From: Simon Josefsson
Subject: [bug-inetutils] Re: man/Makefile.am
Date: Tue, 12 Jan 2010 17:07:03 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

"Alfred M. Szmidt" <address@hidden> writes:

> Simon, do you have any bright ideas on how to rework man/Makefile.am
> so that it will handle a central directory for `one-file programs'?
> Currently it always looks e.g. rexec/rexec when trying to find rexec,
> while this is true for some programs, it might not be true for all of
> them (like rexec which would live under src/).

It should already work, you can add a expression for any tool like that
in the mapped_name variable:

mapped_name = `echo ../$(TOOL)/$(TOOL) | sed s,../rexec/rexec,../src/rexec,`

/Simon




reply via email to

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