[california/wip/732302-help] Autotools changes for help files
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [california/wip/732302-help] Autotools changes for help files
- Date: Thu, 18 Sep 2014 21:41:51 +0000 (UTC)
commit 064feabcea045ee7356dd45adba8edf9baf0038f
Author: Jim Nelson <jim yorba org>
Date: Thu Sep 18 14:41:39 2014 -0700
Autotools changes for help files
Makefile.am | 1 +
configure.ac | 2 ++
help/Makefile.am | 34 ++++++++++++++++++++++++++++++++++
src/Makefile.am | 5 +----
4 files changed, 38 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 62f82b8..c583ff6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ GITIGNOREFILES =
SUBDIRS = \
src \
po \
+ help \
$(NULL)
californiadocdir = ${prefix}/doc/california
diff --git a/configure.ac b/configure.ac
index f2e142d..958ac61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,7 @@ AC_SUBST(CALIFORNIA_CFLAGS)
AC_SUBST(CALIFORNIA_LIBS)
GLIB_GSETTINGS
+YELP_HELP_INIT
#
# system capabilities
@@ -88,6 +89,7 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
po/Makefile.in
+ help/Makefile
data/california.desktop.in
])
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..e69a8c2
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,34 @@
+ YELP_HELP_RULES@
+
+HELP_ID = california
+
+HELP_MEDIA = \
+ media/california-screenshot.png \
+ media/x-office-calendar.png \
+ $(NULL)
+
+HELP_FILES = \
+ cal-add-calendar.page \
+ cal-change-view.page \
+ cal-event-edit.page \
+ cal-event-quick-add.page \
+ cal-event-remove.page \
+ cal-hide-a-calendar.page \
+ cal-open-calendar-list.xml \
+ cal-quickstart.page \
+ cal-remove-calendar.page.stub \
+ cal-rename-calendar.page \
+ cal-shortcut-keys.page \
+ gnome-help.sct \
+ index.page \
+ legal.xml \
+ schematron.sh \
+ $(NULL)
+
+GITIGNOREFILES = \
+ Makefile \
+ Makefile.in \
+ $(NULL)
+
+-include $(top_srcdir)/git.mk
+
diff --git a/src/Makefile.am b/src/Makefile.am
index ea6468a..c619de6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,3 @@
-NULL =
-GITIGNOREFILES =
-
AM_CPPFLAGS = \
$(CALIFORNIA_CFLAGS) \
-include $(CONFIG_HEADER) \
@@ -268,7 +265,7 @@ DISTCLEANFILES = \
Makefile.in \
$(NULL)
-GITIGNOREFILES += \
+GITIGNOREFILES = \
$(california_VALASOURCES:%.vala=%.c) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]