[Groonga-commit] groonga/groonga [master] [doc] fix a typo.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 5月 24日 (火) 18:19:25 JST


Kouhei Sutou	2011-05-24 09:19:25 +0000 (Tue, 24 May 2011)

  New Revision: 6d88c9cd91164ddf17326c0bc190de0304260cb8

  Log:
    [doc] fix a typo.

  Modified files:
    build/makefiles/gettext.am

  Modified: build/makefiles/gettext.am (+1 -1)
===================================================================
--- build/makefiles/gettext.am    2011-05-24 09:11:48 +0000 (7f1fbac)
+++ build/makefiles/gettext.am    2011-05-24 09:19:25 +0000 (87bb8f0)
@@ -33,7 +33,7 @@ gettext: sphinx-ensure-updated
 init: gettext
 	for po in $(po_files); do						\
 	  pot=`basename $${po} | sed -e 's,po$$,pot,g'`;			\
-	  test "$FORCE_INIT" != "yes" -o -f $${po} && continue;			\
+	  test "$(FORCE_INIT)" != "yes" -o -f $${po} && continue;		\
 	  msginit --input=$${pot} --output-file=$${po} --locale=$(LOCALE);	\
 	done
 




Groonga-commit メーリングリストの案内
Back to archive index