aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-08-11 21:54:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-11 21:54:15 +0800
commit67135c3fb618962c15a5e3252b797686a30e3a52 (patch)
tree7c0ebd02d46fb6ef18cfd661fb56de9a931204b7 /help/Makefile.am
parentfc30659d1b22894638f34b558c55cd8435106e75 (diff)
downloadgsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar
gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.gz
gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.bz2
gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.lz
gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.xz
gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.tar.zst
gsoc2013-evolution-67135c3fb618962c15a5e3252b797686a30e3a52.zip
Bug 681641 - Port to new documentation infrastructure
https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index e166d80e9d..1b01ed88bb 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,9 +1,10 @@
+@YELP_HELP_RULES@
+
SUBDIRS = quickref
-include $(top_srcdir)/gnome-doc-utils.make
+HELP_ID = evolution
-DOC_ID = evolution
-DOC_FIGURES = \
+HELP_MEDIA = \
figures/color-204a87.png \
figures/color-2e3436.png \
figures/color-4e9a06.png \
@@ -20,7 +21,7 @@ DOC_FIGURES = \
figures/search-icon.png \
figures/window-overview-layers.png
-DOC_PAGES = \
+HELP_FILES = \
backup-restore.page \
calendar-alarms-and-reminders.page \
calendar-caldav.page \
@@ -237,7 +238,6 @@ DOC_PAGES = \
tasks-webdav.page \
using-categories.page
-DOC_LINGUAS = cs de el en_GB es eu fr gl hu mk oc ru sl sv te zh_CN
-dist-hook: doc-dist-hook
+HELP_LINGUAS = cs de el en_GB es eu fr gl hu mk oc ru sl sv te zh_CN
-include $(top_srcdir)/git.mk