This is from memory, but it should be more or less...

Start as usual:
./boot.sh
mkdir build
cd build
../configure

And now to build the HTML docs:
cd doc/doxygen
make html

Give that a shot. :)

-- Murphy

On Dec 16, 2011, at 4:42 PM, Guy A wrote:

> Hi,
>  
> I'm have problems generating the doxygen documentation. I've searched around 
> for the proper steps but couldn't find anything.
>  
> I tried:
> cd doc/doxygen
> make html
>  
> But get error:
> make: *** No rule to make target 'html'. Stop.
> 
> I also tried editing nox/build/doc/doxygen/doxygen.conf.in and changed line
> GENERATE_HTML          = NO
> to
> GENERATE_HTML          = YES
> Then, in the same folder ran 'doxygen doxygen.conf.in'
>  
> But get error:
> error: tag HTML_HEADER: header file '@srcdir@/header.html' does not exist
>  
> How do I set @srcdir@? Am I missing a step here?
> 
> So far I have been using http://noxrepo.org/~yapkke/doc/index.html but this 
> may be out dated.
> 
> Thanks,
> Guy
> _______________________________________________
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to