summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-06-04 20:34:47 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2020-06-17 00:00:05 +0200
commitb9910c54b28afbf44fccb1e2e2c74dc6505a8ad1 (patch)
tree249f76cb6ca3510a6092a95b5f1ba54c0106190c /helpers
parentd3dde202976b2aad41847aad8d3c4d0004dbc752 (diff)
downloadxfce4-dev-tools-b9910c54b28afbf44fccb1e2e2c74dc6505a8ad1.tar.gz
Install the xfce-helpers
Diffstat (limited to 'helpers')
-rw-r--r--helpers/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/helpers/Makefile.am b/helpers/Makefile.am
new file mode 100644
index 0000000..4f70f6c
--- /dev/null
+++ b/helpers/Makefile.am
@@ -0,0 +1,13 @@
+# Copyright (c) 2020
+# The Xfce development team. All rights reserved.
+#
+
+bin_SCRIPTS = \
+ xfce-get-release-notes \
+ xfce-get-translations \
+ xfce-update-news
+
+EXTRA_DIST = \
+ $(bin_SCRIPTS)
+
+# vi:set ts=8 sw=8 noet ai: