This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via d746dee833ef4774adcee6a33c97f8039a5bd744 (commit)
from c8267930c7cff5685b33cd0174deb75a46dbb09b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d746dee833ef4774adcee6a33c97f8039a5bd744
Author: Spencer Oliver <nt...@us...>
Date: Sun Jan 10 14:30:06 2010 +0000
build: doxygen build
- Fix for building doxygen out of tree
Signed-off-by: Spencer Oliver <nt...@us...>
diff --git a/Doxyfile.in b/Doxyfile.in
index 519bb2f..f6e3ced 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -569,7 +569,7 @@ INPUT = @srcdir@/doc/manual \
@srcdir@/BUGS \
@srcdir@/PATCHES.txt \
@srcdir@/src \
- @srcdir@/config.h
+ @builddir@/config.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
diff --git a/Makefile.am b/Makefile.am
index fab4704..7d42fd3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ Doxyfile: $(srcdir)/Doxyfile.in
echo "### @@@ -= DO NOT EDIT THIS FILE =- @@@ ###" && \
echo "### @@@ Make changes to Doxyfile.in @@@ ###" && \
sed -e 's,@srcdir\@,$(srcdir),' \
+ -e 's,@builddir\@,$(builddir),' \
-e 's,@doxygen_as_html\@,$(doxygen_as_html),' \
-e 's,@doxygen_as_pdf\@,$(doxygen_as_pdf),' $< \
) > $@
-----------------------------------------------------------------------
Summary of changes:
Doxyfile.in | 2 +-
Makefile.am | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|