From d38316736740cf075562e826be02ad5ef638da7d Mon Sep 17 00:00:00 2001 From: JazzyNico Date: Sun, 7 Nov 2010 20:04:32 +0100 Subject: [PATCH] i18n. Fixed palette makefile (see Bug #672228 can't compile: missing palettes.h, and fix for missing base path). --- share/palettes/Makefile.am | 4 ++-- 1 file 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 -- 2.30.2