[gnome-pilot] Support for gnome-doc-utils added
- From: Mario Blättermann <mariobl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-pilot] Support for gnome-doc-utils added
- Date: Sat, 4 Dec 2010 18:24:03 +0000 (UTC)
commit 6120a9628060e7aee209c4deb3f77bc00153210f
Author: Mario Blättermann <mariobl gnome org>
Date: Sat Dec 4 19:20:42 2010 +0100
Support for gnome-doc-utils added
Makefile.am | 7 +++-
configure.ac | 3 +-
help/C/Makefile.am | 11 -----
help/C/gnome-pilot-C.omf | 24 -----------
help/Makefile.am | 9 +++-
help/gnome-pilot.omf.in | 9 ++++
help/omf.make | 53 -------------------------
help/xmldocs.make | 96 ----------------------------------------------
8 files changed, 24 insertions(+), 188 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 538a8c5..57e0205 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,10 +30,15 @@ EXTRA_DIST= \
$(changelogs) \
macros/gob2.m4 \
conduit.mk \
+ gnome-doc-utils.make \
server.mk \
intltool-extract.in \
intltool-update.in \
intltool-merge.in \
gnome-pilot-2.0.pc.in
-DISTCLEANFILES = intltool-extract intltool-merge intltool-update
+DISTCLEANFILES = \
+ gnome-doc-utils.make \
+ intltool-extract \
+ intltool-merge \
+ intltool-update
diff --git a/configure.ac b/configure.ac
index 98faf4b..191e389 100644
--- a/configure.ac
+++ b/configure.ac
@@ -258,7 +258,6 @@ capplet/Makefile
utils/Makefile
po/Makefile.in
help/Makefile
-help/C/Makefile
gnome-pilot-2.0.pc
])
AC_OUTPUT
@@ -272,3 +271,5 @@ Configuration :
gob : $GOB
pilot-link : $PILOT_LINK_VERSION
])
+#AC_CONFIG_MACRO_DIR([m4])
+GNOME_DOC_INIT
diff --git a/help/Makefile.am b/help/Makefile.am
index 3d27ac8..ea5cdfd 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,3 +1,8 @@
-SUBDIRS = C
+include $(top_srcdir)/gnome-doc-utils.make
-EXTRA_DIST = xmldocs.make omf.make
+dist-hook: doc-dist-hook
+
+DOC_MODULE = gnome-pilot
+DOC_FIGURES =
+DOC_ENTITIES =
+DOC_LINGUAS = de
diff --git a/help/gnome-pilot.omf.in b/help/gnome-pilot.omf.in
new file mode 100644
index 0000000..c995fab
--- /dev/null
+++ b/help/gnome-pilot.omf.in
@@ -0,0 +1,9 @@
+<?xml version="1.0" standalone="no"?>
+<omf>
+ <resource>
+ <subject category="Applications|Office"/>
+ <type>manual</type>
+ <relation seriesid="4b665ac2-7cb3-11d7-9af8-a0c7edebb5bb" />
+ <rights type="GNU FDL" license.version="1.1" license="http://www.gnu.org/licenses/fdl.html" holder="Ximian, Inc."/>
+ </resource>
+</omf>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]