diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-11-06 22:44:26 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-11-06 22:44:26 +0000 |
| commit | cb3fc16a883bdbd120325826a1c1c6d9f556467c (patch) | |
| tree | 238fe5327207f0c215c1329a6668e1027bba739a | |
| parent | Try to fix WebSlicer exporting error on windows (diff) | |
| download | inkscape-cb3fc16a883bdbd120325826a1c1c6d9f556467c.tar.gz inkscape-cb3fc16a883bdbd120325826a1c1c6d9f556467c.zip | |
Disable i18n of palettes for now - it breaks builds where srcdir != builddir
(bzr r9874)
| -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 850312e9f..4f5ddc023 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 $(palettes_i18n) > $(srcdir)/palettes.h EXTRA_DIST = $(palettes_DATA) \ i18n.py |
