summaryrefslogtreecommitdiffstats
path: root/share/palettes/Makefile.am
blob: 3bb5bed8857328b056081c37ac436f996fde749a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
palettesdir = $(datadir)/inkscape/palettes

palettes_DATA = \
    README \
    Blues.gpl \
    echo-palette.gpl \
    Gold.gpl \
    Greens.gpl \
    Gray.gpl \
    Hilite.gpl \
    inkscape.gpl \
    LaTeX-Beamer.gpl \
    Khaki.gpl \
    MATLAB-Jet-72.gpl \
    Reds.gpl \
    Royal.gpl \
    svg.gpl \
    Tango-Palette.gpl \
    Topographic.gpl \
    Ubuntu.gpl \
    webhex.gpl \
    websafe22.gpl \
    windowsXP.gpl     

EXTRA_DIST = $(palettes_DATA)