[gnome-applets] help: Consistently use help/ not docs/ part 2



commit 0e0edb5ca89637f5c1228fd5aef64c5622c6b5d2
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sat Jul 20 16:32:43 2013 -0400

    help: Consistently use help/ not docs/ part 2
    
    forgot to run git commit -a last time

 accessx-status/Makefile.am |    2 +-
 battstat/Makefile.am       |    4 +-
 configure.in               |   66 ++++++++++++++++++++++----------------------
 geyes/Makefile.am          |    2 +-
 gweather/Makefile.am       |    2 +-
 invest-applet/Makefile.am  |    2 +-
 mixer/Makefile.am          |    2 +-
 modemlights/Makefile.am    |    2 +-
 multiload/Makefile.am      |    2 +-
 stickynotes/Makefile.am    |    2 +-
 trashapplet/Makefile.am    |    2 +-
 11 files changed, 44 insertions(+), 44 deletions(-)
---
diff --git a/accessx-status/Makefile.am b/accessx-status/Makefile.am
index f5c051d..edd4ff2 100644
--- a/accessx-status/Makefile.am
+++ b/accessx-status/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = docs pixmaps
+SUBDIRS = help pixmaps
 
 INCLUDES = \
        $(GNOME_APPLETS_CFLAGS) \
diff --git a/battstat/Makefile.am b/battstat/Makefile.am
index 26edd63..1a16f76 100644
--- a/battstat/Makefile.am
+++ b/battstat/Makefile.am
@@ -19,9 +19,9 @@ APMDIR =
 APMINC = 
 endif
 
-SUBDIRS = docs sounds $(APMDIR)
+SUBDIRS = help sounds $(APMDIR)
 
-DIST_SUBDIRS = docs sounds apmlib
+DIST_SUBDIRS = help sounds apmlib
 
 INCLUDES =                                     \
        $(GNOME_APPLETS_CFLAGS)                 \
diff --git a/configure.in b/configure.in
index 0acbc05..9ff5bf7 100644
--- a/configure.in
+++ b/configure.in
@@ -685,50 +685,50 @@ AC_OUTPUT([
 gnome-applets.spec
 Makefile
 po/Makefile.in
+accessx-status/help/Makefile
 accessx-status/Makefile
-accessx-status/docs/Makefile
 accessx-status/pixmaps/Makefile
-mini-commander/Makefile
-mini-commander/src/Makefile
-mini-commander/help/Makefile
-drivemount/Makefile
-drivemount/help/Makefile
-modemlights/Makefile
-multiload/Makefile
-multiload/docs/Makefile
-charpick/Makefile
+battstat/apmlib/Makefile
+battstat/help/Makefile
+battstat/Makefile
+battstat/sounds/Makefile
 charpick/help/Makefile
-invest-applet/Makefile
-invest-applet/docs/Makefile
-invest-applet/invest/Makefile
-invest-applet/invest/defs.py
-invest-applet/data/Makefile
-invest-applet/data/art/Makefile
-gweather/Makefile
-gweather/docs/Makefile
+charpick/Makefile
+cpufreq/help/Makefile
+cpufreq/Makefile
+cpufreq/pixmaps/Makefile
+cpufreq/src/cpufreq-selector/Makefile
+cpufreq/src/Makefile
+drivemount/help/Makefile
+drivemount/Makefile
+geyes/help/Makefile
 geyes/Makefile
 geyes/themes/Makefile
-geyes/docs/Makefile
-battstat/Makefile
-battstat/apmlib/Makefile
-battstat/sounds/Makefile
-battstat/docs/Makefile
+gweather/help/Makefile
+gweather/Makefile
+invest-applet/data/art/Makefile
+invest-applet/data/Makefile
+invest-applet/help/Makefile
+invest-applet/invest/defs.py
+invest-applet/invest/Makefile
+invest-applet/Makefile
 man/Makefile
+mini-commander/help/Makefile
+mini-commander/Makefile
+mini-commander/src/Makefile
+mixer/help/Makefile
 mixer/Makefile
-mixer/docs/Makefile
+modemlights/Makefile
+multiload/help/Makefile
+multiload/Makefile
+null_applet/Makefile
+stickynotes/data/Makefile
+stickynotes/help/Makefile
 stickynotes/Makefile
 stickynotes/pixmaps/Makefile
-stickynotes/docs/Makefile
-stickynotes/data/Makefile
+trashapplet/help/Makefile
 trashapplet/Makefile
 trashapplet/src/Makefile
-trashapplet/docs/Makefile
-cpufreq/Makefile
-cpufreq/src/Makefile
-cpufreq/src/cpufreq-selector/Makefile
-cpufreq/pixmaps/Makefile
-cpufreq/help/Makefile
-null_applet/Makefile
 ])
 
 dnl ***************************************************************************
diff --git a/geyes/Makefile.am b/geyes/Makefile.am
index 46abd31..ebb6372 100644
--- a/geyes/Makefile.am
+++ b/geyes/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = themes docs
+SUBDIRS = help themes
 
 INCLUDES =                                             \
        -I.                                             \
diff --git a/gweather/Makefile.am b/gweather/Makefile.am
index ae09ba6..ea93c70 100644
--- a/gweather/Makefile.am
+++ b/gweather/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = docs
+SUBDIRS = help
 
 INCLUDES =                                     \
        -I$(srcdir)                             \
diff --git a/invest-applet/Makefile.am b/invest-applet/Makefile.am
index 13f7ce1..e4de63d 100644
--- a/invest-applet/Makefile.am
+++ b/invest-applet/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = invest data docs
+SUBDIRS = data help invest
 
 -include $(top_srcdir)/git.mk
diff --git a/mixer/Makefile.am b/mixer/Makefile.am
index 6342c13..656b563 100644
--- a/mixer/Makefile.am
+++ b/mixer/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = docs
+SUBDIRS = help
 
 INCLUDES = -I. -I$(srcdir)                     \
        -DMIXER_MENU_UI_DIR=\""$(uidir)"\"      \
diff --git a/modemlights/Makefile.am b/modemlights/Makefile.am
index 33edb4d..9767c97 100644
--- a/modemlights/Makefile.am
+++ b/modemlights/Makefile.am
@@ -1,4 +1,4 @@
-#SUBDIRS = docs
+#SUBDIRS = help
 
 INCLUDES = -I. -I$(srcdir)                             \
        -DMODEM_MENU_UI_DIR=\""$(uidir)"\"              \
diff --git a/multiload/Makefile.am b/multiload/Makefile.am
index 94da298..e015654 100644
--- a/multiload/Makefile.am
+++ b/multiload/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = docs
+SUBDIRS = help
 
 INCLUDES =                     \
        -I$(srcdir)             \
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am
index 0713202..c3e3a02 100644
--- a/stickynotes/Makefile.am
+++ b/stickynotes/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = pixmaps docs data
+SUBDIRS = data help pixmaps
 
 ui_files = stickynotes-applet-menu.xml
 builder_files = stickynotes.ui
diff --git a/trashapplet/Makefile.am b/trashapplet/Makefile.am
index 2fc878f..d63ae67 100644
--- a/trashapplet/Makefile.am
+++ b/trashapplet/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src docs
+SUBDIRS = help src
 
 appletdir       = $(datadir)/gnome-panel/4.0/applets
 applet_in_files = org.gnome.applets.TrashApplet.panel-applet.in


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