blob: 1c7e6550efed0560a6e5c2832e9c87d6ee6323d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
helptipsdir = $(pkgdatadir)/data/help/tips
helptips_DATA = \
1.txt \
1-1.jpg \
1-2.jpg \
2.txt \
3.txt \
4.txt \
5.txt \
6.txt
EXTRA_DIST = \
$(helptips_DATA) \
CMakeLists.txt
|