diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-11-07 19:04:32 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-11-07 19:04:32 +0000 |
| commit | c78ebd2d87acebe9c2f13c21b8777b7badfcf8da (patch) | |
| tree | dc9e3d5aefc911a2d82eda087d7e0e1877e57788 | |
| parent | German translation update (diff) | |
| download | inkscape-c78ebd2d87acebe9c2f13c21b8777b7badfcf8da.tar.gz inkscape-c78ebd2d87acebe9c2f13c21b8777b7badfcf8da.zip | |
i18n. Fixed palette makefile (see Bug #672228 can't compile: missing palettes.h, and fix for missing base path).
(bzr r9879)
| -rw-r--r-- | share/palettes/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/palettes/Makefile.am b/share/palettes/Makefile.am index 4f5ddc023..b633a2acd 100644 --- a/share/palettes/Makefile.am +++ b/share/palettes/Makefile.am @@ -32,8 +32,8 @@ palettes_i18n = \ Tango-Palette.gpl \ Ubuntu.gpl -#palettes.h: i18n.py $(palettes_i18n) -# $(srcdir)/i18n.py $(palettes_i18n) > $(srcdir)/palettes.h +palettes.h: i18n.py $(palettes_i18n) + $(srcdir)/i18n.py $(foreach i,$(palettes_i18n),$(srcdir)/$(i)) > $(srcdir)/palettes.h EXTRA_DIST = $(palettes_DATA) \ i18n.py |
