summaryrefslogtreecommitdiffstats
path: root/share/palettes/Makefile.am
blob: c83bfb9f987deec64d144923244b694ca008c838 (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
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 \
    windowsXP.gpl \
    LaTeX-Beamer.gpl
    

EXTRA_DIST = $(palettes_DATA)