Re: [Doxygen-users] generic variable for output directory
Brought to you by:
dimitri
|
From: Peter S. <pe...@gm...> - 2008-07-02 14:49:53
|
Hi!
That's what I was wondering, too ...
But I did not like to increase confusion *<;-)>
Thank you for clarifying this.
Enjoy your time,
Peter
-------- Original-Nachricht --------
> Datum: Wed, 02 Jul 2008 11:01:20 +0200
> Von: Stefan Naewe <ste...@at...>
> An: dox...@li...
> CC: "Peter Schöll" <pe...@gm...>
> Betreff: Re: [Doxygen-users] generic variable for output directory
> On 7/2/2008 10:37 AM, Peter Schöll wrote:
> > Hi,
> > if it is really needed to compose the path within the command line, you
> could e.g. write in Doxyfile:
> > OUTPUT_DIRECTORY="$(MY_OUT_DIR)"
> > and call doxygen this way:
> > cat Doxyfile | MY_OUT_DIR="$ENV1/$ENV2" doxygen -
>
> Huh?
>
> Why not simply
>
> MY_OUT_DIR="$ENV1/$ENV2" doxygen Doxyfile
>
> ??
>
> (Welcome to the "Useless Use of Cat Award"
> http://partmaps.org/era/unix/award.html) ;-)
>
>
> > which could avoid a lot of shell related trouble.
> > (But do not forget the double quotes to avoid problems with some
> characters in $ENV1 and $ENV2, e.g. white space characters.)
> >
> > Good luck,
> > Peter
> >
>
>
> Regards,
> Stefan
> --
> ----------------------------------------------------------------
> Dipl.-Inform. Stefan Naewe ATLAS Elektronik GmbH
> Dept.: PTA5 3
> phone: +49-(0)421-457-1378 Sebaldsbruecker Heerstr. 235
> fax: +49-(0)421-457-3913 28305 Bremen
> ----------------------------------------------------------------
> /dev/random says: Funny, only sensible people agree with me.
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
|