[glibmm] Use shared mm-common Doxygen style sheet
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glibmm] Use shared mm-common Doxygen style sheet
- Date: Fri, 28 Aug 2009 09:57:15 +0000 (UTC)
commit 0d07f9249a5276ad3c4ad82d0b2d909e15eda6d9
Author: Daniel Elstner <danielk openismus com>
Date: Fri Aug 28 11:50:36 2009 +0200
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.
ChangeLog | 9 +++++++++
configure.ac | 2 +-
docs/Makefile.am | 2 +-
docs/reference/Doxyfile.in | 2 +-
4 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ed184ac..2ff0b7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-08-28 Daniel Elstner <danielk openismus com>
+ 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.
+
+2009-08-28 Daniel Elstner <danielk openismus com>
+
Remove header and footer HTML fragments
* docs/reference/glibmm_{header,footer}.html_fragment: Delete
diff --git a/configure.ac b/configure.ac
index f709f5a..25fec77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
-MM_PREREQ([0.6.1])
+MM_PREREQ([0.7])
MM_INIT_MODULE([glibmm-2.4])
MM_INIT_MODULE([giomm-2.4])
MM_CONFIG_DOCTOOL_DIR([docs])
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f0a00a7..010f501 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 74e84ee..28da714 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]