[balsa] List HELP_FILES explicitly



commit 049ccfd5760c7fdec521ac232f19598b6f743116
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Oct 4 16:18:53 2016 -0400

    List HELP_FILES explicitly
    
        * Makefile.am: list HELP_FILES explicitly instead of
          dereferencing variables, so that Damned Lies can parse it.
          <URL:https://mail.gnome.org/archives/gnome-i18n/2016-September/msg00042.html>

 doc/ChangeLog   |    8 ++++++++
 doc/Makefile.am |   40 +++++++++++++++++++++++++++++++++-------
 2 files changed, 41 insertions(+), 7 deletions(-)
---
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b833815..6e2a5a2 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,11 @@
+2016-10-04  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       List HELP_FILES explicitly
+
+       * Makefile.am: list HELP_FILES explicitly instead of
+       dereferencing variables, so that Damned Lies can parse it.
+       <URL:https://mail.gnome.org/archives/gnome-i18n/2016-September/msg00042.html>
+
 2016-06-28  Peter Bloomfield  <pbloomfield bellsouth net>
 
        reviewed by: <delete if not using a buddy>
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f86171f..96c1e34 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,7 +4,10 @@ if HAVE_YELPTOOL
 
 HELP_ID      = balsa
 
-balsa_help_files =                                             \
+HELP_LINGUAS = de es fr sl
+
+if BUILD_WITH_SPELL_CHECKER
+HELP_FILES   =                                                 \
                ab-conf.page                                    \
                authors.page                                    \
                common-tasks.page                               \
@@ -30,18 +33,41 @@ balsa_help_files =                                          \
                win-run-filters.page                            \
                win-search.page
 
-HELP_LINGUAS = de es fr sl
-
-if BUILD_WITH_SPELL_CHECKER
-balsa_spell_extra =
 helpdirs = C $(HELP_LINGUAS)
 balsa_spell_extra_dist = $(foreach lc,$(helpdirs),$(lc)/preferences-spelling.page) #
+
 else
+HELP_FILES   =                                                 \
+               ab-conf.page                                    \
+               authors.page                                    \
+               common-tasks.page                               \
+               folder-config.page                              \
+               getting-started.page                            \
+               glossary.page                                   \
+               identities.page                                 \
+               index.page                                      \
+               introduction.page                               \
+               its-not-working.page                            \
+               mbox-formats.page                               \
+               preferences-address-books.page                  \
+               preferences-display-options.page                        \
+               preferences-mail-options.page                   \
+               preferences-miscellaneous.page                  \
+               preferences.page                                        \
+              preferences-spelling.page                        \
+               preferences-startup.page                                \
+               toolbar-prefs.page                              \
+               win-composer.page                               \
+               win-filters.page                                        \
+               win-main.page                                   \
+               win-message.page                                        \
+               win-run-filters.page                            \
+               win-search.page
+
 balsa_spell_extra_dist =
-balsa_spell_extra = preferences-spelling.page
+
 endif
 
-HELP_FILES   = $(balsa_help_files) $(balsa_spell_extra)
 EXTRA_DIST   = $(balsa_spell_extra_dist)
 
 HELP_EXTRA   = balsa.entities


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]