diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-28 11:50:36 +0200 |
---|---|---|
committer | Daniel Elstner <danielk@openismus.com> | 2009-08-28 11:50:36 +0200 |
commit | 0d07f9249a5276ad3c4ad82d0b2d909e15eda6d9 (patch) | |
tree | 6e9b8d3800a9d130be7d6a1f0656b983b2c79c42 /docs | |
parent | 4ee564ec5df646f17330f4b057dc406a665a062d (diff) | |
download | glibmm-0d07f9249a5276ad3c4ad82d0b2d909e15eda6d9.tar.gz |
Use shared mm-common Doxygen style sheet
* configure.ac (MM_PREREQ): Require mm-common 0.7.
* docs/Makefile.am (dist_doctool_DATA): List doxygen.css.
* docs/reference/Doxyfile.in (HTML_STYLESHEET): Assign path
to the shared doxygen.css provided by mm-common.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/Doxyfile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index f0a00a7f..010f501e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -28,7 +28,7 @@ doc_input = $(addprefix $(top_srcdir)/glib/glibmm/,$(glibmm_files_h)) \ $(addprefix $(top_srcdir)/gio/giomm/,$(giomm_files_h)) doctooldir = $(datadir)/$(GLIBMM_MODULE_NAME)/doctool -dist_doctool_DATA = doc-install.pl doc-postprocess.pl tagfile-to-devhelp2.xsl +dist_doctool_DATA = doc-install.pl doc-postprocess.pl doxygen.css tagfile-to-devhelp2.xsl docimagesdir = $(libdocdir)/images dist_docimages_DATA = images/gtkmm_logo.gif images/top.gif diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in index 74e84ee9..28da714d 100644 --- a/docs/reference/Doxyfile.in +++ b/docs/reference/Doxyfile.in @@ -148,7 +148,7 @@ HTML_OUTPUT = html HTML_FILE_EXTENSION = .html HTML_HEADER = HTML_FOOTER = -HTML_STYLESHEET = +HTML_STYLESHEET = "@abs_top_srcdir@/docs/doxygen.css" HTML_ALIGN_MEMBERS = YES HTML_DYNAMIC_SECTIONS = NO GENERATE_DOCSET = NO |