blob: 1ddd7d11dd8220341cac369c208f50ff92e41098 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
helpdir = $(pkgdatadir)/data/help
help_DATA = \
accounts.txt \
changes.txt \
commands.txt \
index.txt \
skills.txt \
support.txt \
team.txt
EXTRA_DIST = \
$(help_DATA)
|