summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Doxyfile.in2
-rw-r--r--docs/reference/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 5f71e5a..1d74bd0 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -71,7 +71,7 @@ WARN_LOGFILE = undocumented.txt
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = @top_srcdir@/cairomm introduction.h
+INPUT = @top_srcdir@/cairomm @srcdir@/introduction.h
FILE_PATTERNS = *.h
RECURSIVE = NO
EXCLUDE = @top_srcdir@/cairomm/private.h
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index b1b605f..0c356c5 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -11,7 +11,7 @@ index_html = html/index.html
$(index_html): $(DOXYGEN_CONFIGFILE)
-rm -rf html
- doxygen $(doxygen_configfile) \
+ doxygen $(DOXYGEN_CONFIGFILE) \
2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
html: $(index_html)