repo.or.cz
/
wmaker-crm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid loop in keybinding check
[wmaker-crm.git]
/
WindowMaker
/
Styles
/
Makefile.am
blob
2dec31016987224d9fae3f78e999fb198ec65169
1
2
prefsdatadir = $(pkgdatadir)/Styles
3
4
prefsdata_DATA =\
5
Autumn.style\
6
Black.style\
7
BlackTexture.style\
8
Blue.style\
9
BlueDawn.style\
10
BlueishGreen.style\
11
Brown.style\
12
Brownish.style\
13
Chumbo.style\
14
Copper.style\
15
DarkBlue.style\
16
DarkRed.style\
17
Emerald.style\
18
Fire.style\
19
Food.style\
20
Golden.style\
21
Green.style\
22
GreyBlue.style\
23
Gtk.style\
24
Interlace.style\
25
IRednBlue.style\
26
LightBlue.style\
27
NewBlue.style\
28
NightSky.style\
29
Pastel.style\
30
Pink.style\
31
Pumpkin.style\
32
Purple.style\
33
Purplish.style\
34
Red.style\
35
RednBlue.style\
36
Spring.style\
37
Summer.style\
38
Traditional.style\
39
VioletBlue.style
40
41
EXTRA_DIST = $(prefsdata_DATA)
42
43