Code

i18n. Color palette items are now translatable (see Bug #667402, Color palette not...
[inkscape.git] / share / palettes / Makefile.am
2 palettesdir = $(datadir)/inkscape/palettes
4 palettes_DATA = \
5     README \
6     Blues.gpl \
7     echo-palette.gpl \
8     Gold.gpl \
9     Greens.gpl \
10     Gray.gpl \
11     Hilite.gpl \
12     inkscape.gpl \
13     LaTeX-Beamer.gpl \
14     Khaki.gpl \
15     MATLAB-Jet-72.gpl \
16     Reds.gpl \
17     Royal.gpl \
18     svg.gpl \
19     Tango-Palette.gpl \
20     Topographic.gpl \
21     Ubuntu.gpl \
22     webhex.gpl \
23     websafe22.gpl \
24     windowsXP.gpl \
25     palettes.h
27 palettes_i18n = \
28     echo-palette.gpl \
29     inkscape.gpl \
30     LaTeX-Beamer.gpl \
31     svg.gpl \
32     Tango-Palette.gpl \
33     Ubuntu.gpl
35 palettes.h: i18n.py $(palettes_i18n)
36         $(srcdir)/i18n.py $(palettes_i18n) > $(srcdir)/palettes.h
38 EXTRA_DIST = $(palettes_DATA) \
39              i18n.py
40