summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--docs/.gitignore1
-rw-r--r--docs/reference/Doxyfile.in4
3 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1936c0c..f086b69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
-MM_PREREQ([0.9.6])
+MM_PREREQ([0.9.7])
MM_INIT_MODULE([sigc++-2.0])
MM_CONFIG_DOCTOOL_DIR([docs])
diff --git a/docs/.gitignore b/docs/.gitignore
index 8b8538c..deefdf5 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,6 +1,7 @@
/doc-install.pl
/doc-postprocess.pl
/doxygen.css
+/doxygen-extra.css
/tagfile-to-devhelp2.xsl
/manual/html/
/reference/html/
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index b9d0daa..3e0f954 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -915,7 +915,7 @@ HTML_FOOTER =
# HTML_EXTRA_STYLESHEET instead of this one, as it is more robust and this
# tag will in the future become obsolete.
-HTML_STYLESHEET = "@abs_top_srcdir@/docs/doxygen.css"
+HTML_STYLESHEET =
# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional
# user-defined cascading style sheet that is included after the standard
@@ -925,7 +925,7 @@ HTML_STYLESHEET = "@abs_top_srcdir@/docs/doxygen.css"
# robust against future updates. Doxygen will copy the style sheet file to
# the output directory.
-HTML_EXTRA_STYLESHEET =
+HTML_EXTRA_STYLESHEET = "$(MMDOCTOOLDIR)/doxygen-extra.css"
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note