diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-02-27 21:36:09 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-02-27 21:36:09 +0000 |
| commit | 452baf1393c3d008ea438feb561c7fa5c65451a3 (patch) | |
| tree | 86dd32ecb3b7ec03ba279dc8298f5a39e22fbb32 | |
| parent | compatibility patch to compile using gcc 4.6 (diff) | |
| download | inkscape-452baf1393c3d008ea438feb561c7fa5c65451a3.tar.gz inkscape-452baf1393c3d008ea438feb561c7fa5c65451a3.zip | |
Palettes. Removing some palettes from the translation list (see Bug #667402).
(bzr r10072)
| -rw-r--r-- | share/palettes/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/palettes/Makefile.am b/share/palettes/Makefile.am index b633a2acd..ddcdd7845 100644 --- a/share/palettes/Makefile.am +++ b/share/palettes/Makefile.am @@ -25,12 +25,9 @@ palettes_DATA = \ palettes.h palettes_i18n = \ - echo-palette.gpl \ inkscape.gpl \ - LaTeX-Beamer.gpl \ svg.gpl \ - Tango-Palette.gpl \ - Ubuntu.gpl + Tango-Palette.gpl palettes.h: i18n.py $(palettes_i18n) $(srcdir)/i18n.py $(foreach i,$(palettes_i18n),$(srcdir)/$(i)) > $(srcdir)/palettes.h |
