Re: Please add the frogr manual to D-L
- From: Łukasz Jernaś <deejay1 srem org>
- To: Mario Blättermann <mariobl freenet de>
- Cc: gnome-i18n gnome org
- Subject: Re: Please add the frogr manual to D-L
- Date: Sun, 29 May 2011 18:10:08 +0200
2011/5/29 Mario Blättermann <mariobl freenet de>:
> Hello,
>
> the frogr module [1] has a Mallard based manual. It isn't complete yet,
> but already worth translating (currently 56 strings, including 4
> pictures). Please would somebody add it to the D-L view?
Hi Mario!
If you add the help files to the build system they should get included
on D-L as far as I remember, the attached patch should help.
Regards,
--
Łukasz [DeeJay1] Jernaś
From 87b47dabbd5baf317cb0c3286aa3b5490292c333 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= <deejay1 srem org>
Date: Sun, 29 May 2011 18:07:45 +0200
Subject: [PATCH] Add help files to the build system
---
Makefile.am | 3 ++-
autogen.sh | 1 +
configure.ac | 4 ++++
help/Makefile.am | 29 +++++++++++++++++++++++++++++
4 files changed, 36 insertions(+), 1 deletions(-)
create mode 100644 help/Makefile.am
diff --git a/Makefile.am b/Makefile.am
index 38b7346..3a5bae8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ MAINTAINERCLEANFILES = \
missing \
mkinstalldirs
-SUBDIRS = src po examples
+SUBDIRS = src po examples help
ACLOCAL_AMFLAGS=-I m4
@@ -87,6 +87,7 @@ EXTRA_DIST = \
TRANSLATORS \
TODO \
data/frogr.desktop.in.in \
+ gnome-doc-utils.make \
$(pixmap_DATA) \
$(icon16_DATA) \
$(icon24_DATA) \
diff --git a/autogen.sh b/autogen.sh
index 9f90162..acfc3b1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,7 @@
#!/bin/sh
set -e
+gnome-doc-prepare --force
aclocal
autoconf --force
autoheader --force
diff --git a/configure.ac b/configure.ac
index ee5cca2..dd4f06f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,6 +164,9 @@ GETTEXT_PACKAGE=frogr
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
+# User help
+GNOME_DOC_INIT([0.17.3])
+
# Debug mode
AC_MSG_CHECKING([Checking whether to enable debug output])
AC_ARG_ENABLE(debug,
@@ -193,6 +196,7 @@ AC_CONFIG_FILES([
src/flicksoup/Makefile
examples/Makefile
po/Makefile.in
+ help/Makefile
])
AC_OUTPUT
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..e87232c
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,29 @@
+include $(top_srcdir)/gnome-doc-utils.make
+dist-hook: doc-dist-hook
+
+DOC_ID = frogr
+
+DOC_FIGURES = \
+ figures/edit-picture-details.png \
+ figures/frogr-remote-organizer.png \
+ figures/preferences-connection.png \
+ figures/preferences-general.pn
+
+DOC_LINGUAS = de
+
+DOC_PAGES = \
+ add-pictures.page \
+ common-problems.page \
+ create-account.page \
+ display.page \
+ group-pictures.page \
+ index.page \
+ introduction.page \
+ organize.page \
+ pictures.page \
+ preferences.page \
+ remove-pictures.page \
+ set-pictures.page \
+ tag.page \
+ upload-pictures.page
+
--
1.7.4.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]