Skip to content

Commit

Permalink
build: doxygen build
Browse files Browse the repository at this point in the history
 - Fix for building doxygen out of tree

Signed-off-by: Spencer Oliver <[email protected]>
  • Loading branch information
ntfreak committed Jan 10, 2010
1 parent c826793 commit d746dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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),' $< \
) > $@
Expand Down

0 comments on commit d746dee

Please sign in to comment.