Re: automake/535: Extract correct man section from files in MAN_MANS

2009-03-07 Thread Peter Breitenlohner
On Sat, 7 Mar 2009, Ralf Wildenhues wrote: Attached is a small patch (current git) correcting this problem. @@ -39,8 +39,8 @@ if %?NOTRANS_MANS% ## Extract all items from notrans_man_MANS that should go in this section. ## This must be done dynamically to support conditionals.

Re: automake/535: Extract correct man section from files in MAN_MANS

2009-03-07 Thread Ralf Wildenhues
Hello Peter, * Peter Breitenlohner wrote on Sat, Mar 07, 2009 at 04:56:10PM CET: On Sat, 7 Mar 2009, Ralf Wildenhues wrote: I don't know a good way to fix this without adding any forks at all, but the patch below fixes the issue for master with adding two forks per set of man pages

Improve `make -n dist' and `make -n distcheck' for GNU make.

2009-03-07 Thread Ralf Wildenhues
I noticed that `make -n dist' touches the build tree, in that it creates directories $(distdir) and below. Also, `make -n distcheck' bails out with some error due to missing directories. (BTW, I'm unsure whether this has been reported before; if yes, speak up and I'll thank ya!) This happens

substitute datadir in python script

2009-03-07 Thread Bastien Dalla Piazza
Hi all, I'm developing an application with mixed C++ and python. I wonder how to do the following: let's assume alib.la is a python extention library installed in $(pyexecdir) which depends on the prefix given by the user. Up to now, I was substituting the absolute directories path at install

automake less verbose branch

2009-03-07 Thread Ralf Wildenhues
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 It would be *great* if you (or whoever wants to) could test it, play

Re: automake less verbose branch

2009-03-07 Thread Jan Engelhardt
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