On Friday 29 August 2003 17:56, Alexandre Duret-Lutz wrote:
> I'm afraid I have no idea what else you are expecting.
:) Does that mean that you don't understand what I'm trying to do, or that
there isn't a way?
What I was after is that dist-X would create just the X distribution and
nothing mo
>>> "Tom" == Tom Howard <[EMAIL PROTECTED]> writes:
[...]
Tom> I almost though I had it all working perfectly, then I
Tom> realized that by adding dist-foobar to dist-hook, then
Tom> dist-foobar is build everytime any type of dist is built
Tom> (e.g. dist-gzip, dist-bzip2, etc)
Tom> Any oth
On Friday 29 August 2003 00:50, Alexandre Duret-Lutz wrote:
> [...]
> Tom> While I'm at it, if I have a target 'dist-foobar' is there
> Tom> a way to have the 'dist' target call the 'dist-foobar'
> Tom> target as well?
> [...]
>
> See dist-hook in the manual.
I almost though I had it all workin
>>> "Tom" == Tom Howard <[EMAIL PROTECTED]> writes:
[...]
Tom> While I'm at it, if I have a target 'dist-foobar' is there
Tom> a way to have the 'dist' target call the 'dist-foobar'
Tom> target as well?
[...]
See dist-hook in the manual.
--
Alexandre Duret-Lutz
On Wednesday 27 August 2003 20:24, Alexandre Duret-Lutz wrote:
> make DESTDIR=/tmpdir install
> cd /tmpdir
> find . -print
Perfect. This is exactly what I need. Thanks.
While I'm at it, if I have a target 'dist-foobar' is there a way to have the
'dist' target call the 'dist-foobar' target as w
>>> "Tom" == Tom Howard <[EMAIL PROTECTED]> writes:
Tom> Hi,
Tom> Is there a simple way to list the files that will be
Tom> installed and where they will be installed to? Currently
Tom> I'm recursivly generating a list (my project has a few
Tom> levels of subdirectories) by going through
T
Hi,
Is there a simple way to list the files that will be installed and where they
will be installed to? Currently I'm recursivly generating a list (my project
has a few levels of subdirectories) by going through pkglib_LTLIBRARIES,
bin_PROGRAMS, etc, but I've go to remember to add stuff like n