summaryrefslogtreecommitdiff
path: root/helpers/Makefile.am
blob: 29defe42a8eac125cb6d880cf3791bfcfd8ea8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2020
#         The Xfce development team. All rights reserved.
#

bin_SCRIPTS =								\
	xfce-do-release								\
	xfce-get-release-notes							\
	xfce-get-translations							\
	xfce-update-news

EXTRA_DIST =								\
	$(bin_SCRIPTS)

# vi:set ts=8 sw=8 noet ai: