Re: [Libmesh-users] How to create local copy of documentation

2013-08-22 Thread Roy Stogner
On Thu, 22 Aug 2013, Praveen C wrote: > Is it possible to generate a local html copy of doxygen documentation, > including documentation of examples. Yes, but apparently only with our git master! It looks like there's a bug in our Makefile.am wherein some of our scripts don't make it into distr

[Libmesh-users] How to create local copy of documentation

2013-08-21 Thread Praveen C
Hello Is it possible to generate a local html copy of doxygen documentation, including documentation of examples. If I try make doc I get some errors cd $dir ; \ make doc ; \ cp *.php /Users/praveen/Applications/libmesh/libmesh-0.9.2.1/doc/html ; \ cd - ; \ done CXX example_opt-