From 1fd6ff820cc7ebfc91ea361e51faa996fcdb09a5 Mon Sep 17 00:00:00 2001 From: jonnylamb Date: Fri, 13 Jul 2007 11:32:37 +0000 Subject: [PATCH] Update build rules to point to $lang.js, instead of $lang.json. --- src/www/Bongo.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/Bongo.rules b/src/www/Bongo.rules index 8c3cfbd..cf38fd6 100644 --- a/src/www/Bongo.rules +++ b/src/www/Bongo.rules @@ -412,11 +412,11 @@ src/www/bongo-devel.conf: src/www/bongo.conf.in Makefile po2json := $(top_srcdir)/src/www/l10n/po2json -src/www/l10n/%.json: po/bongo-web/%.gmo config.status +src/www/l10n/%.js: po/bongo-web/%.gmo config.status $(po2json) -p po/bongo-web/$*.po -o $@ # This generates no translation. It simply does msgid:msgid on the potfile. -src/www/l10n/en.json: config.status +src/www/l10n/en.js: config.status $(po2json) -p po/bongo-web.pot -o $@ --en CLEANFILES += \