summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2018-11-26 16:50:43 +0800
committerraveit65 <[email protected]>2018-12-08 10:29:02 +0100
commit70085d237ef4c014ae4bfbd413c6b7667e65efed (patch)
tree4eee5030ad97871c766bef0d5c5d0c182b269d47
parente90936ece6b341fbaa82e451da335a2eb070eb56 (diff)
downloadmate-applets-70085d237ef4c014ae4bfbd413c6b7667e65efed.tar.bz2
mate-applets-70085d237ef4c014ae4bfbd413c6b7667e65efed.tar.xz
Support git.mk to generate .gitignore
-rw-r--r--accessx-status/pixmaps/16x16/Makefile.am2
-rw-r--r--accessx-status/pixmaps/24x24/Makefile.am2
-rw-r--r--accessx-status/pixmaps/32x32/Makefile.am2
-rw-r--r--accessx-status/pixmaps/48x48/Makefile.am2
-rw-r--r--command/Makefile.am2
-rw-r--r--netspeed/Makefile.am2
-rw-r--r--netspeed/data/Makefile.am2
-rw-r--r--netspeed/icons/16x16/Makefile.am2
-rw-r--r--netspeed/icons/16x16/apps/Makefile.am2
-rw-r--r--netspeed/icons/16x16/devices/Makefile.am2
-rw-r--r--netspeed/icons/22x22/Makefile.am2
-rw-r--r--netspeed/icons/22x22/apps/Makefile.am2
-rw-r--r--netspeed/icons/22x22/devices/Makefile.am2
-rw-r--r--netspeed/icons/24x24/Makefile.am2
-rw-r--r--netspeed/icons/24x24/apps/Makefile.am2
-rw-r--r--netspeed/icons/24x24/devices/Makefile.am2
-rw-r--r--netspeed/icons/24x24/status/Makefile.am2
-rw-r--r--netspeed/icons/32x32/Makefile.am2
-rw-r--r--netspeed/icons/32x32/apps/Makefile.am2
-rw-r--r--netspeed/icons/32x32/devices/Makefile.am2
-rw-r--r--netspeed/icons/48x48/Makefile.am2
-rw-r--r--netspeed/icons/48x48/apps/Makefile.am2
-rw-r--r--netspeed/icons/48x48/devices/Makefile.am2
-rw-r--r--netspeed/icons/Makefile.am2
-rw-r--r--netspeed/icons/scalable/Makefile.am2
-rw-r--r--netspeed/icons/scalable/apps/Makefile.am2
-rw-r--r--netspeed/src/Makefile.am2
-rw-r--r--timerapplet/Makefile.am2
28 files changed, 56 insertions, 0 deletions
diff --git a/accessx-status/pixmaps/16x16/Makefile.am b/accessx-status/pixmaps/16x16/Makefile.am
index 712b483a6..3610a1f9a 100644
--- a/accessx-status/pixmaps/16x16/Makefile.am
+++ b/accessx-status/pixmaps/16x16/Makefile.am
@@ -39,3 +39,5 @@ accessx_status_icons_DATA = \
EXTRA_DIST = \
$(accessx_status_icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/accessx-status/pixmaps/24x24/Makefile.am b/accessx-status/pixmaps/24x24/Makefile.am
index b31b686af..82a5bf7b2 100644
--- a/accessx-status/pixmaps/24x24/Makefile.am
+++ b/accessx-status/pixmaps/24x24/Makefile.am
@@ -39,3 +39,5 @@ accessx_status_icons_DATA = \
EXTRA_DIST = \
$(accessx_status_icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/accessx-status/pixmaps/32x32/Makefile.am b/accessx-status/pixmaps/32x32/Makefile.am
index a49c47f9b..f556d1dec 100644
--- a/accessx-status/pixmaps/32x32/Makefile.am
+++ b/accessx-status/pixmaps/32x32/Makefile.am
@@ -39,3 +39,5 @@ accessx_status_icons_DATA = \
EXTRA_DIST = \
$(accessx_status_icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/accessx-status/pixmaps/48x48/Makefile.am b/accessx-status/pixmaps/48x48/Makefile.am
index e3d688ee3..710014b4d 100644
--- a/accessx-status/pixmaps/48x48/Makefile.am
+++ b/accessx-status/pixmaps/48x48/Makefile.am
@@ -39,3 +39,5 @@ accessx_status_icons_DATA = \
EXTRA_DIST = \
$(accessx_status_icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/command/Makefile.am b/command/Makefile.am
index 3159add37..76fe24978 100644
--- a/command/Makefile.am
+++ b/command/Makefile.am
@@ -42,3 +42,5 @@ EXTRA_DIST = \
$(command_gschema_in_files)
CLEANFILES = $(applets_DATA) $(applets_DATA).in $(service_DATA) $(gsettings_SCHEMAS) *.gschema.valid
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/Makefile.am b/netspeed/Makefile.am
index d6a1e1029..80781c799 100644
--- a/netspeed/Makefile.am
+++ b/netspeed/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = data help icons src
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/data/Makefile.am b/netspeed/data/Makefile.am
index 14430adcb..5bc783cf6 100644
--- a/netspeed/data/Makefile.am
+++ b/netspeed/data/Makefile.am
@@ -39,3 +39,5 @@ CLEANFILES = \
$(applet_in_files) \
org.mate.applets.NetspeedApplet.mate-panel-applet
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/16x16/Makefile.am b/netspeed/icons/16x16/Makefile.am
index b23c45c8f..eb00566d4 100644
--- a/netspeed/icons/16x16/Makefile.am
+++ b/netspeed/icons/16x16/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/16x16/apps/Makefile.am b/netspeed/icons/16x16/apps/Makefile.am
index 3f334dee3..92696198a 100644
--- a/netspeed/icons/16x16/apps/Makefile.am
+++ b/netspeed/icons/16x16/apps/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/16x16/devices/Makefile.am b/netspeed/icons/16x16/devices/Makefile.am
index f5dfcbdd9..653f08473 100644
--- a/netspeed/icons/16x16/devices/Makefile.am
+++ b/netspeed/icons/16x16/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/22x22/Makefile.am b/netspeed/icons/22x22/Makefile.am
index b23c45c8f..eb00566d4 100644
--- a/netspeed/icons/22x22/Makefile.am
+++ b/netspeed/icons/22x22/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/22x22/apps/Makefile.am b/netspeed/icons/22x22/apps/Makefile.am
index 90c811aef..9c16c9f45 100644
--- a/netspeed/icons/22x22/apps/Makefile.am
+++ b/netspeed/icons/22x22/apps/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/22x22/devices/Makefile.am b/netspeed/icons/22x22/devices/Makefile.am
index 074503e21..46451c5e6 100644
--- a/netspeed/icons/22x22/devices/Makefile.am
+++ b/netspeed/icons/22x22/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/Makefile.am b/netspeed/icons/24x24/Makefile.am
index f34f5bb51..dfde3f106 100644
--- a/netspeed/icons/24x24/Makefile.am
+++ b/netspeed/icons/24x24/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices status
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/apps/Makefile.am b/netspeed/icons/24x24/apps/Makefile.am
index a835053d6..9b3057bf1 100644
--- a/netspeed/icons/24x24/apps/Makefile.am
+++ b/netspeed/icons/24x24/apps/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/devices/Makefile.am b/netspeed/icons/24x24/devices/Makefile.am
index 6e8604bec..ea5b03e80 100644
--- a/netspeed/icons/24x24/devices/Makefile.am
+++ b/netspeed/icons/24x24/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/24x24/status/Makefile.am b/netspeed/icons/24x24/status/Makefile.am
index 9f25bf20d..3f6bd360c 100644
--- a/netspeed/icons/24x24/status/Makefile.am
+++ b/netspeed/icons/24x24/status/Makefile.am
@@ -12,3 +12,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/32x32/Makefile.am b/netspeed/icons/32x32/Makefile.am
index b23c45c8f..eb00566d4 100644
--- a/netspeed/icons/32x32/Makefile.am
+++ b/netspeed/icons/32x32/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/32x32/apps/Makefile.am b/netspeed/icons/32x32/apps/Makefile.am
index 895598fe0..cfa6294f3 100644
--- a/netspeed/icons/32x32/apps/Makefile.am
+++ b/netspeed/icons/32x32/apps/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/32x32/devices/Makefile.am b/netspeed/icons/32x32/devices/Makefile.am
index c763c4b93..553bf0d4f 100644
--- a/netspeed/icons/32x32/devices/Makefile.am
+++ b/netspeed/icons/32x32/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/48x48/Makefile.am b/netspeed/icons/48x48/Makefile.am
index b23c45c8f..eb00566d4 100644
--- a/netspeed/icons/48x48/Makefile.am
+++ b/netspeed/icons/48x48/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps devices
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/48x48/apps/Makefile.am b/netspeed/icons/48x48/apps/Makefile.am
index 1c96bb866..9e7b9d845 100644
--- a/netspeed/icons/48x48/apps/Makefile.am
+++ b/netspeed/icons/48x48/apps/Makefile.am
@@ -10,3 +10,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/48x48/devices/Makefile.am b/netspeed/icons/48x48/devices/Makefile.am
index d2e476dcc..a81ac4457 100644
--- a/netspeed/icons/48x48/devices/Makefile.am
+++ b/netspeed/icons/48x48/devices/Makefile.am
@@ -9,3 +9,5 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/Makefile.am b/netspeed/icons/Makefile.am
index 028738483..123b8e391 100644
--- a/netspeed/icons/Makefile.am
+++ b/netspeed/icons/Makefile.am
@@ -12,3 +12,5 @@ update-icon-cache:
echo "*** Icon cache not updated. After (un)install, run this:"; \
echo "*** $(gtk_update_icon_cache)"; \
fi
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/scalable/Makefile.am b/netspeed/icons/scalable/Makefile.am
index be70ac5b5..237e20997 100644
--- a/netspeed/icons/scalable/Makefile.am
+++ b/netspeed/icons/scalable/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = apps
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/icons/scalable/apps/Makefile.am b/netspeed/icons/scalable/apps/Makefile.am
index 55870be18..c869cfdf5 100644
--- a/netspeed/icons/scalable/apps/Makefile.am
+++ b/netspeed/icons/scalable/apps/Makefile.am
@@ -13,3 +13,5 @@ EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
diff --git a/netspeed/src/Makefile.am b/netspeed/src/Makefile.am
index 10cf7d4ee..8fe8c569c 100644
--- a/netspeed/src/Makefile.am
+++ b/netspeed/src/Makefile.am
@@ -12,3 +12,5 @@ mate_netspeed_applet_LDADD = $(GIO_LIBS) $(GTOP_APPLETS_LIBS) \
$(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) \
$(IWLIB) $(INTLLIBS) -lm
+
+-include $(top_srcdir)/git.mk
diff --git a/timerapplet/Makefile.am b/timerapplet/Makefile.am
index bc276f692..72f4ebc8c 100644
--- a/timerapplet/Makefile.am
+++ b/timerapplet/Makefile.am
@@ -43,3 +43,5 @@ EXTRA_DIST = \
$(timer_gschema_in_files)
CLEANFILES = $(applets_DATA) $(applets_DATA).in $(service_DATA) $(gsettings_SCHEMAS) *.gschema.valid
+
+-include $(top_srcdir)/git.mk