[libsigc++2] Use shared mm-common Doxygen style sheet



commit bb264bb285971ad18263d6b52f66c6e28909b84e
Author: Daniel Elstner <danielk openismus com>
Date:   Thu Aug 27 15:56:38 2009 +0200

    Use shared mm-common Doxygen style sheet
    
    * configure.ac (MM_PREREQ): Require mm-common 0.7.
    * docs/Makefile.am (dist_noinst_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/.gitignore            |    1 +
 docs/Makefile.am           |    2 +-
 docs/reference/Doxyfile.in |    2 +-
 5 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 06cbe1c..f9d67b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2009-08-27  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_noinst_DATA): List doxygen.css.
+	* docs/reference/Doxyfile.in (HTML_STYLESHEET): Assign path
+	to the shared doxygen.css provided by mm-common.
+
+2009-08-27  Daniel Elstner  <danielk openismus com>
+
 	Remove header and footer HTML fragments
 
 	* docs/reference/libsigc_{header,footer}.html_fragment: Delete
diff --git a/configure.ac b/configure.ac
index 696c782..f8af5ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc
 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([sigc++-2.0])
 MM_CONFIG_DOCTOOL_DIR([docs])
 
diff --git a/docs/.gitignore b/docs/.gitignore
index 4fe7457..8b8538c 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,5 +1,6 @@
 /doc-install.pl
 /doc-postprocess.pl
+/doxygen.css
 /tagfile-to-devhelp2.xsl
 /manual/html/
 /reference/html/
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 004aef5..34517da 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -34,6 +34,6 @@ doc_imagesdir = $(libdocdir)/images
 dist_libdoc_DATA = index.html
 dist_doc_images_DATA = images/libsigc_logo.gif images/top.gif
 
-dist_noinst_DATA += doc-install.pl doc-postprocess.pl tagfile-to-devhelp2.xsl
+dist_noinst_DATA += doc-install.pl doc-postprocess.pl doxygen.css tagfile-to-devhelp2.xsl
 
 include $(srcdir)/doc-manual.am
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index 36527e7..0f4c6cc 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -137,7 +137,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]