blob: 25ce52321fa86e0a446cf820090e313d018a905a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUBDIRS = tips
helprudir = $(pkgdatadir)/data/help/ru
helpru_DATA = \
chatcommands.txt \
header.txt \
index.txt \
team.txt
EXTRA_DIST = \
$(helpru_DATA) \
CMakeLists.txt
|