Re: Newbie question - "make dist" with conditional data

2007-09-21 Thread Ralf Wildenhues
Hello David, * David Bruce wrote on Wed, Sep 19, 2007 at 08:27:34PM CEST: > > dist_with_fonts: > $(MAKE) $(AM_MAKEFLAGS) distdir=$(PACKAGE)_f-$(VERSION) > dist_fonts='AndikaDesRevG.ttf DoulosSILR.ttf Rachana_w01.ttf' dist [...] > So, now it seems to work exactly as I intended, but is this

Re: Newbie question - "make dist" with conditional data

2007-09-19 Thread David Bruce
Hi Bernd et al, Thanks, but it didn't quite work. However, I tried something slightly different that does seem to work. On Wednesday 19 September 2007 08:26:59 am you wrote: > dist_with_fonts: >   $(MAKE) $(AM_MAKEFLAGS) dist_fonts='' PACKAGE_TARNAME=tuxtype-f dist Here is the target cut a

Re: Newbie question - "make dist" with conditional data

2007-09-19 Thread Bernd Jendrissek
On 9/19/07, David Bruce <[EMAIL PROTECTED]> wrote: > On Tuesday 04 September 2007 10:47:40 am Ralf Wildenhues wrote: > > dist_with_fonts: > > $(MAKE) $(AM_MAKEFLAGS) dist dist_fonts='font1 font2 font3' > > This works great - thanks! I do have one question, however - how can I > get "make di

Re: Newbie question - "make dist" with conditional data

2007-09-19 Thread David Bruce
Hi Ralf et al, On Tuesday 04 September 2007 10:47:40 am Ralf Wildenhues wrote: > > "make dist" currently bundles in three fonts > > that are used by the program. I want to change this so that "make dist" > > does not include the font files, but have another target (perhaps "make > > dist_with_fo

Re: Newbie question - "make dist" with conditional data

2007-09-04 Thread Ralf Wildenhues
Hello David, * David Bruce wrote on Tue, Sep 04, 2007 at 03:08:14PM CEST: > > I have a project that uses automake and autotools and has a functioning "make > dist target" using EXTRA_DIST to put in all the files that aren't > automagically included. "make dist" currently bundles in three fonts

Newbie question - "make dist" with conditional data

2007-09-04 Thread David Bruce
Hi, I have a project that uses automake and autotools and has a functioning "make dist target" using EXTRA_DIST to put in all the files that aren't automagically included. "make dist" currently bundles in three fonts that are used by the program. I want to change this so that "make dist" does