[pan2: 7/14] Add gnome-doc-utils basic support
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2: 7/14] Add gnome-doc-utils basic support
- Date: Wed, 11 Jan 2012 07:10:47 +0000 (UTC)
commit d49229012425f2662c2b7a9694c517a23f31cbff
Author: Petr Kovar <pknbe volny cz>
Date: Wed Jan 26 02:40:43 2011 +0100
Add gnome-doc-utils basic support
.gitignore | 2 +
Makefile.am | 7 +++-
configure.in | 5 +++-
help/C/legal.xml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 8 +++++
help/pan.omf.in | 10 +++++++
6 files changed, 105 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e4d0ae..16f5067 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@ Thumbs.db
build/
.waf*/
waf*/
+gnome-doc-utils.make
+help/*.omf
diff --git a/Makefile.am b/Makefile.am
index d8a33ee..54861aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,8 +9,10 @@ DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
- pan.desktop
+ pan.desktop \
+ gnome-doc-utils.make
+DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper"
EXTRA_DIST = \
README \
@@ -22,7 +24,8 @@ EXTRA_DIST = \
pan.png \
$(DESKTOP_IN_FILES) \
$(DESKTOP_FILES) \
- intltool-extract.in intltool-merge.in intltool-update.in
+ intltool-extract.in intltool-merge.in intltool-update.in \
+ gnome-doc-utils.make
Productivitydir = $(datadir)/applications
Productivity_DATA = $(DESKTOP_FILES)
diff --git a/configure.in b/configure.in
index 05ede70..c506871 100644
--- a/configure.in
+++ b/configure.in
@@ -32,6 +32,8 @@ AC_CONFIG_SRCDIR(pan/general/quark.cc)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
AM_MAINTAINER_MODE
+GNOME_DOC_INIT
+
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
dnl glib, gmime, and gtk are mandatory prerequisites.
@@ -62,7 +64,7 @@ AC_PROG_RANLIB
dnl for libuu
AC_CHECK_HEADERS([errno.h fcntl.h])
-IT_PROG_INTLTOOL([0.35.5],[no-xml])
+IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=pan
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
@@ -142,6 +144,7 @@ AC_CONFIG_FILES([Makefile
pan.spec
pan.iss
README.windows
+ help/Makefile
po/Makefile.in
uulib/Makefile
pan/Makefile
diff --git a/help/C/legal.xml b/help/C/legal.xml
new file mode 100644
index 0000000..ac97e1d
--- /dev/null
+++ b/help/C/legal.xml
@@ -0,0 +1,76 @@
+ <legalnotice id="legalnotice">
+ <para>
+ Permission is granted to copy, distribute and/or modify this
+ document under the terms of the GNU Free Documentation
+ License (GFDL), Version 1.1 or any later version published
+ by the Free Software Foundation with no Invariant Sections,
+ no Front-Cover Texts, and no Back-Cover Texts. You can find
+ a copy of the GFDL at this <ulink type="help"
+ url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
+ distributed with this manual.
+ </para>
+ <para> This manual is part of a collection of GNOME manuals
+ distributed under the GFDL. If you want to distribute this
+ manual separately from the collection, you can do so by
+ adding a copy of the license to the manual, as described in
+ section 6 of the license.
+ </para>
+
+ <para>
+ Many of the names used by companies to distinguish their
+ products and services are claimed as trademarks. Where those
+ names appear in any GNOME documentation, and the members of
+ the GNOME Documentation Project are made aware of those
+ trademarks, then the names are in capital letters or initial
+ capital letters.
+ </para>
+
+ <para>
+ DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
+ UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
+ WITH THE FURTHER UNDERSTANDING THAT:
+
+ <orderedlist>
+ <listitem>
+ <para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
+ IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
+ THAT THE DOCUMENT OR MODIFIED VERSION OF THE
+ DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR
+ A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
+ RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE
+ OF THE DOCUMENT OR MODIFIED VERSION OF THE
+ DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR
+ MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT,
+ YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY
+ CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
+ SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
+ LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
+ VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
+ EXCEPT UNDER THIS DISCLAIMER; AND
+ </para>
+ </listitem>
+ <listitem>
+ <para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
+ THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
+ CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
+ INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
+ DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION
+ OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH
+ PARTIES, BE LIABLE TO ANY PERSON FOR ANY
+ DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
+ CONSEQUENTIAL DAMAGES OF ANY CHARACTER
+ INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS
+ OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
+ MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR
+ LOSSES ARISING OUT OF OR RELATING TO USE OF THE
+ DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
+ EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
+ THE POSSIBILITY OF SUCH DAMAGES.
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
+ </legalnotice>
+
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..d8130b0
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,8 @@
+include $(top_srcdir)/gnome-doc-utils.make
+dist-hook: doc-dist-hook
+DOC_MODULE = pan
+DOC_ENTITIES = legal.xml
+DOC_INCLUDES =
+DOC_FIGURES = figures/pan_window.png
+DOC_LINGUAS =
+
diff --git a/help/pan.omf.in b/help/pan.omf.in
new file mode 100644
index 0000000..1105a25
--- /dev/null
+++ b/help/pan.omf.in
@@ -0,0 +1,10 @@
+<?xml version="1.0" standalone="no"?>
+<omf>
+ <resource>
+ <subject category="GNOME|Internet"/>
+ <type>manual</type>
+ <relation seriesid="0f3b9550-d2ae-d04e-9240-0e0958ed87d8b0"/>
+ <rights type="GNU FDL" license.version="1.1" holder="Douglas Bollinger"/>
+ </resource>
+</omf>
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]