[solang] help: Added to the build system
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [solang] help: Added to the build system
- Date: Thu, 18 Feb 2010 14:37:59 +0000 (UTC)
commit c632f030d28e39cdec2b2fd85f9a2ce604fbb3e2
Author: Florent Thévenet <feuloren free fr>
Date: Thu Feb 18 16:18:52 2010 +0200
help: Added to the build system
Signed-off-by: Debarshi Ray <rishi gnu org>
Makefile.am | 2 +-
autogen.sh | 1 +
configure.ac | 2 ++
help/Makefile.am | 22 ++++++++++++++++++++++
4 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index aa8c542..a168e8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
## Created by Anjuta
-SUBDIRS = data src po
+SUBDIRS = data help src po
INTLTOOL_FILES = \
intltool-extract.in \
diff --git a/autogen.sh b/autogen.sh
index 6827f73..77409af 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="Solang"
+USE_COMMON_DOC_BUILD=yes
USE_GNOME2_MACROS=1
(test -f $srcdir/configure.ac) || {
diff --git a/configure.ac b/configure.ac
index 0024579..413ff86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AC_PROG_CXX
AC_PROG_CC
AC_HEADER_STDC
+GNOME_DOC_INIT([0.18.0])
IT_PROG_INTLTOOL([0.35.0])
@@ -55,6 +56,7 @@ data/icons/48x48/Makefile
data/icons/96x96/Makefile
data/icons/128x128/Makefile
data/icons/scalable/Makefile
+help/Makefile
src/Makefile
src/application/Makefile
src/attribute/Makefile
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..51cab16
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,22 @@
+include $(top_srcdir)/gnome-doc-utils.make
+
+DOC_ID = @PACKAGE_TARNAME@
+DOC_INCLUDES = legal.xml
+DOC_FIGURES = \
+ figures/main-window.png
+
+DOC_PAGES = \
+ export_folder.page \
+ import.page \
+ tags_use.page \
+ index.page \
+ photos_by_page.page \
+ intro.page \
+ tags_intro.page \
+ howto_search.page \
+ keys.page \
+ tags_manage.page
+
+DOC_LINGUAS =
+
+dist-hook: doc-dist-hook
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]