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

palettes_DATA = \
    README \
    inkscape.gpl \
    Tango-Palette.gpl \
    svg.gpl \
    webhex.gpl \
    websafe22.gpl \
    Blues.gpl \
    Gold.gpl \
    Greens.gpl \
    Gray.gpl \
    Hilite.gpl \
    Khaki.gpl \
    Reds.gpl \
    Royal.gpl \
    Topographic.gpl \
    Ubuntu.gpl
    

EXTRA_DIST = $(palettes_DATA)