[gconfmm] Build the documentation.



commit ee42bd122c26b71e9f5239f98e45496650fe2001
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jun 3 15:41:46 2010 +0200

    Build the documentation.
    
    * docs/Makefile.am: Make this like the other mm-common-using modules
    too.

 ChangeLog                  |    7 +++++++
 docs/Makefile.am           |   39 ++++++++++++++++++++++++++++++---------
 docs/reference/Makefile.am |   27 ---------------------------
 3 files changed, 37 insertions(+), 36 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d9c43e7..da63c27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-06-03  Murray Cumming  <murrayc murrayc com>
 
+	Build the documentation.
+
+	* docs/Makefile.am: Make this like the other mm-common-using modules 
+	too.
+
+2010-06-03  Murray Cumming  <murrayc murrayc com>
+
 	Build: Convert to using mm-common.
 
 2010-06-03  Murray Cumming  <murrayc murrayc com>
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 9d69a31..0a05c86 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,9 +1,30 @@
-## Copyright (c) 2001
-## The gconfmm development team.
-
-## This voodoo stuff lets automake see the subdirs
-## without including them into recursive builds.
-if GCONFMM_FALSE
-SUBDIRS = reference
-endif
-DIST_SUBDIRS = reference
+## Copyright (c) 2009  Openismus GmbH  <http://www.openismus.com/>
+##
+## This file is part of gconfmm.
+##
+## gconfmm is free software: you can redistribute it and/or modify it
+## under the terms of the GNU Lesser General Public License as published
+## by the Free Software Foundation, either version 2.1 of the License,
+## or (at your option) any later version.
+##
+## gconfmm is distributed in the hope that it will be useful, but
+## WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+## See the GNU Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public License
+## along with this library.  If not, see <http://www.gnu.org/licenses/>.
+
+include $(top_srcdir)/gconf/src/filelist.am
+include $(top_srcdir)/gconf/gconfmm/filelist.am
+
+gconfmm_files_h = $(files_built_h) $(filter-out wrap_init.h,$(files_extra_h))
+
+book_name = $(GCONFMM_MODULE_NAME)
+doc_input = $(addprefix $(top_srcdir)/gconf/gconfmm/,$(gconfmm_files_h)) \
+            $(top_srcdir)/gconf/gconfmm.h
+
+docimagesdir = $(libdocdir)/images
+dist_docimages_DATA =
+
+include $(top_srcdir)/build/doc-reference.am



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]