[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r16451 - trunk

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-10-04 18:28:12 CEST

On Tue, 04 Oct 2005, maxb@tigris.org wrote:

> Author: maxb
> Date: Tue Oct 4 10:16:18 2005
> New Revision: 16451
...
> Log:
> * Makefile.in (doc-api): Make VPATH (srcdir != builddir) doc-api builds work.
...
> --- trunk/Makefile.in (original)
> +++ trunk/Makefile.in Tue Oct 4 10:16:18 2005
> @@ -474,6 +474,9 @@
> # Generate API documentation for the C libraries.
> ### This could also generate JavaDoc for JavaHL, POD for swig-perl, etc.
> doc-api:
> + if [ ! -e subversion/include ]; then \
> + ln -s $(abs_srcdir)/subversion/include subversion/include; \
> + fi
> doxygen $(top_srcdir)/doc/doxygen.conf

Is there anyway to pass the input directory to doxygen.conf? It seems like
it would be preferable to this symlink. We currently have the following in
doxygen.conf:

INPUT = subversion/include

I took a quick look at the man page, but nothing useful popped out at me.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 4 18:27:41 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.