summaryrefslogtreecommitdiff
path: root/data/help/Makefile.am
blob: a30d1836ef968f1ec7387fdb316bc522f05df31b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUBDIRS = tips

helpdir = $(pkgdatadir)/data/help

help_DATA =				\
	about.txt			\
	chatcommands.txt	\
	commands.txt		\
	download.txt		\
	footer.txt			\
	header.txt			\
	index.txt			\
	otherteam.txt		\
	searchmany.txt		\
	searchnotfound.txt	\
	skills.txt			\
	support.txt			\
	tags.idx			\
	team.txt			\
	windows.txt

EXTRA_DIST =			\
	$(help_DATA) \
	CMakeLists.txt