Re: [Doxygen-users] Dogygen + Automake

Braden McDaniel wrote:
Anyone using Automake to build/install Doxygen docs for a project? I'm looking for a good way to do this that will hopefully avoid explicitly listing in my Makefile.am the 600-odd files Doxygen generates. Right now I just generate the files directly to the installation location; but this is not interacting well with RPM.
Hi there,
I believe the `dist-hook' target is what you are looking for. You can see some examples of how we are using this and other hooks automake provides at
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/
Please let me know if you come up with better solutions. All the best,
Roberto

On Sat, 2002-06-15 at 03:02, Roberto Bagnara wrote:
Braden McDaniel wrote:
Anyone using Automake to build/install Doxygen docs for a project? I'm looking for a good way to do this that will hopefully avoid explicitly listing in my Makefile.am the 600-odd files Doxygen generates. Right now I just generate the files directly to the installation location; but this is not interacting well with RPM.
Hi there,
I believe the `dist-hook' target is what you are looking for. You can see some examples of how we are using this and other hooks automake provides at
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/
Please let me know if you come up with better solutions.
Well, I'd hoped to avoid including the built documentation in the distribution; I'd like to generate it as part of the build. Here's my project:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/openvrml/openvrml/
What you've got is interesting though. Thanks.
participants (2)
-
Braden McDaniel
-
Roberto Bagnara