Re: [Doxygen-users] generic variable for output directory
Brought to you by:
dimitri
|
From: Stefan N. <ste...@at...> - 2008-07-02 09:01:42
|
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. |