null+****@clear*****
null+****@clear*****
2011年 5月 18日 (水) 11:43:17 JST
Kouhei Sutou 2011-05-18 02:43:17 +0000 (Wed, 18 May 2011) New Revision: b5160bd358a1bb0e590f27d1ea69613db2fcc64c Log: [doc][gettext] support mo generation. Modified files: build/makefiles/gettext.mk Modified: build/makefiles/gettext.mk (+6 -1) =================================================================== --- build/makefiles/gettext.mk 2011-05-18 02:41:20 +0000 (479329d) +++ build/makefiles/gettext.mk 2011-05-18 02:43:17 +0000 (f6376c2) @@ -1,5 +1,8 @@ -update: $(mo_files) +.PHONY: update + +all: update +.SUFFIXES: .po .mo .po.mo: msgfmt -o $@ $< @@ -55,3 +58,5 @@ mo_files = \ tutorial.mo \ type.mo \ $(NULL) + +update: $(mo_files)