summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-11-14 13:21:17 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2014-11-14 13:21:17 +0100
commite40fd4d4ddc30dc5e4b47fffef68930ff85708d5 (patch)
tree78a51d5c94ec13c924a9a3afa1be2612da66dcd6 /docs
parent05cc3d31e9b0bd17af43629452b955d0fece0ddf (diff)
downloadglibmm-e40fd4d4ddc30dc5e4b47fffef68930ff85708d5.tar.gz
Docs: Use doxygen-extra.css
* configure.ac: Require mm-common 0.9.7. * .gitignore: Ignore doxygen-extra.css. * docs/reference/Doxyfile.in: Use doxygen-extra.css instead of doxygen.css.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 2f5242bb..55f7c97f 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -168,8 +168,8 @@ HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
-HTML_STYLESHEET = "@abs_top_srcdir@/docs/doxygen.css"
-HTML_EXTRA_STYLESHEET =
+HTML_STYLESHEET =
+HTML_EXTRA_STYLESHEET = "$(MMDOCTOOLDIR)/doxygen-extra.css"
HTML_EXTRA_FILES =
HTML_COLORSTYLE_HUE = 220
HTML_COLORSTYLE_SAT = 100