blob: 7239f1c0c9f9d8824f5b2105f5553e234dea4c10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
styledir = $(pkgdatadir)/styles
style_DATA = \
data/styles/Artwiz \
data/styles/BlueNight \
data/styles/Flux \
data/styles/LemonSpace \
data/styles/Makro \
data/styles/MerleyKay \
data/styles/Meta \
data/styles/Nyz \
data/styles/Operation \
data/styles/Outcomes \
data/styles/Results \
data/styles/Shade \
data/styles/Twice \
data/styles/qnx-photon
EXTRA_DIST += $(style_DATA)
|