summaryrefslogtreecommitdiffstats
path: root/share/palettes/Makefile.am
blob: b25b35a06572987a518183a5c3a2302bc103e128 (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
27
28
29
30
31
32
33
34
35
36
37
38
palettesdir = $(datadir)/inkscape/palettes

palettes_DATA = \
    README \
    Android-icon-palette.gpl \
    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 \
    palettes.h

palettes_i18n = \
    inkscape.gpl \
    svg.gpl \
    Tango-Palette.gpl

palettes.h: i18n.py $(palettes_i18n)
	$(srcdir)/i18n.py $(foreach i,$(palettes_i18n),$(srcdir)/$(i)) > $(srcdir)/palettes.h

EXTRA_DIST = $(palettes_DATA) \
             i18n.py