[Pkg-privacy-commits] [nautilus-wipe] 93/224: Install help
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit 9f6ce3496d2505ddb8371c5184cbd490ef23543c
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Mon Apr 12 15:26:52 2010 +0200
Install help
Install the help using gnome-doc-utils.
Fix a little the help document to be compatible with the GNOME
requirements.
---
Makefile.am | 7 +++++--
README | 1 +
autogen.sh | 1 +
configure.ac | 7 +++++--
help/C/nautilus-srm.xml | 18 +++++++++++++++---
help/Makefile.am | 9 +++++++++
help/nautilus-srm.omf.in | 9 +++++++++
7 files changed, 45 insertions(+), 7 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 596bb45..86e03a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,11 @@
-SUBDIRS = nautilus-srm po
+SUBDIRS = nautilus-srm po help
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = m4/na-nautilus-extdir.m4 \
build-aux/config.rpath \
+ build-aux/gnome-doc-utils.make \
po/Makevars.in
-DISTCLEANFILES = po/Makevars
+DISTCLEANFILES = po/Makevars \
+ build-aux/gnome-doc-utils.make
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
diff --git a/README b/README
index a34a19d..b3740c6 100644
--- a/README
+++ b/README
@@ -9,4 +9,5 @@ Dependancies
- autoconf
- libtool
- gcc
+- gnome-doc-utils
diff --git a/autogen.sh b/autogen.sh
index 367328d..4f00cab 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,7 @@
#mkdir -p build/aux || exit 1
#mkdir -p build/m4 || exit 1
#gtkdocize --flavour no-tmpl || exit 1
+gnome-doc-prepare -f || exit 1
autoreconf -vfi || exit 1
#~ ./configure "$@"
diff --git a/configure.ac b/configure.ac
index effd349..5ed6192 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([nautilus-srm],[0.1])
AC_CONFIG_SRCDIR([nautilus-srm/nautilus-srm.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror])
+AM_INIT_AUTOMAKE([1.11.1 -Wall -Werror foreign])
AC_CONFIG_HEADERS([config.h])
AM_SILENT_RULES([yes])
@@ -16,6 +16,8 @@ LT_INIT([disable-static])
AC_PROG_CC
AM_PROG_CC_C_O
+GNOME_DOC_INIT
+
# Checks for libraries.
# 2.6 for gtk_message_dialog_format_secondary_text()
# We use some newer functions, but we (should) only do so if available.
@@ -72,5 +74,6 @@ AC_CHECK_FUNCS([nautilus_file_info_get_location])
AC_CONFIG_FILES([Makefile
po/Makevars
po/Makefile.in
- nautilus-srm/Makefile])
+ nautilus-srm/Makefile
+ help/Makefile])
AC_OUTPUT
diff --git a/help/C/nautilus-srm.xml b/help/C/nautilus-srm.xml
index c74b2af..f7d6727 100644
--- a/help/C/nautilus-srm.xml
+++ b/help/C/nautilus-srm.xml
@@ -5,7 +5,8 @@
<!ENTITY appversion "0.1">
<!ENTITY manrevision "0.1">
<!ENTITY date "March 2010">
- <!ENTITY app "<application>Nautilus Secure Delete</application>">
+ <!ENTITY appname "Nautilus Secure Delete">
+ <!ENTITY app "<application>&appname;</application>">
<!-- Information about the entities
The legal.xml file contains legal information, there is no need to edit the file.
Use the appversion entity to specify the version of the application.
@@ -25,7 +26,12 @@
<!-- please do not change the id; for translations, change lang to -->
<!-- appropriate code -->
<articleinfo>
- <title>&app; Manual V&manrevision;</title>
+ <title>&app; Manual V&manrevision;</title>
+
+ <abstract role="description">
+ <para>&app; allows you to wipe files or available diskspace from
+ <application>Nautilus</application></para>
+ </abstract>
<copyright>
<year>2010</year>
@@ -53,7 +59,7 @@
<authorgroup>
<!-- XXX -->
- <author>
+ <author role="maintainer">
<firstname>The Nautilus Secure Delete Team</firstname>
<!--
<surname>Writer 2</surname>
@@ -126,6 +132,12 @@
</revision>
</revhistory>
-->
+ <revhistory>
+ <revision>
+ <revnumber>&appname; Manual V&manrevision;</revnumber>
+ <date>&date;</date>
+ </revision>
+ </revhistory>
<releaseinfo>This manual describes version &appversion; of Nautilus Secure Delete
</releaseinfo>
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..d3b5bb1
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,9 @@
+include $(top_srcdir)/build-aux/gnome-doc-utils.make
+dist-hook: doc-dist-hook
+
+DOC_MODULE = nautilus-srm
+DOC_ENTITIES = legal.xml
+DOC_INCLUDES =
+DOC_FIGURES =
+
+DOC_LINGUAS =
diff --git a/help/nautilus-srm.omf.in b/help/nautilus-srm.omf.in
new file mode 100644
index 0000000..3230749
--- /dev/null
+++ b/help/nautilus-srm.omf.in
@@ -0,0 +1,9 @@
+<?xml version="1.0" standalone="no"?>
+<omf>
+ <resource>
+ <subject category="Applications|Security|Other"/>
+ <type>manual</type>
+ <relation seriesid="0c46eaf2-c138-e4a7-7a95-5390a14b545190"/>
+ <rights type="GNU FDL" license.version="1.1" holder="Colomban Wendling"/>
+ </resource>
+</omf>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list