summaryrefslogtreecommitdiff
path: root/helpers/Makefile.am
blob: 4f70f6cbe5332339d9c4ac39e91973a56663bc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: