Christian Ridderström wrote:
> and then I'll manually move everything that was created, i.e
> 
>   rmdir  $SOURCEDOC/svn
>   cd ~/lyx/build
>   mv sourcedoc $SOURCEDOC/svn
> 
> This way we'll at least have the latest documentation. (assuming that
> the doxygen command completes successfully etc, it's taking some time)

thanks.
just repeating - why not having simple script like:

cd path/trunk
svn up
make
cd sourcedoc
doxygen
mv html/ webpath

in a cron job which is run once a week? we are repeating this kind of thread
again and again.
pavel

Reply via email to