~profzoom/ubuntu/quantal/wmaker/bug-1079925

« back to all changes in this revision

Viewing changes to WindowMaker/Styles/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2004-11-10 14:05:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041110140530-qpd66b5lm38x7apk
Tags: upstream-0.91.0
ImportĀ upstreamĀ versionĀ 0.91.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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