[Groonga-commit] groonga/groonga at 069656a [master] Fold long lines

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat Aug 9 17:30:45 JST 2014


Kouhei Sutou	2014-08-09 17:30:45 +0900 (Sat, 09 Aug 2014)

  New Revision: 069656abfe841d4258739cec3f62f77d7625722b
  https://github.com/groonga/groonga/commit/069656abfe841d4258739cec3f62f77d7625722b

  Message:
    Fold long lines

  Modified files:
    build/makefiles/gettext.am

  Modified: build/makefiles/gettext.am (+23 -13)
===================================================================
--- build/makefiles/gettext.am    2014-08-09 17:20:26 +0900 (eb5d0ef)
+++ build/makefiles/gettext.am    2014-08-09 17:30:45 +0900 (013fb02)
@@ -46,22 +46,32 @@ gettext:
 	  $(top_srcdir)/doc/source/conf.py
 
 init: gettext
-	for pot in *.pot; do								\
-	  edit_po=`basename $${pot} | sed -e 's,pot$$,edit,g'`;				\
-	  test "$(FORCE_INIT)" = "yes" -o ! -f $${edit_po} &&				\
-	    msginit --input=$${pot} --output-file=$${edit_po} --locale=$(LOCALE);	\
-	  :;										\
+	for pot in *.pot; do					\
+	  edit_po=`basename $${pot} | sed -e 's,pot$$,edit,g'`;	\
+	  test "$(FORCE_INIT)" = "yes" -o ! -f $${edit_po} &&	\
+	    msginit						\
+	     --input=$${pot}					\
+	     --output-file=$${edit_po}				\
+	     --locale=$(LOCALE);				\
+	  :;							\
 	done
 
 edit:
-	for pot in *.pot; do								\
-	  edit_po=`basename $${pot} | sed -e 's,pot$$,edit,g'`;				\
-	  po=`basename $${pot} | sed -e 's,pot$$,po,g'`;				\
-	  test ! -f $${edit_po} && test -f $${po} &&					\
-	    msgmerge --quiet --sort-by-file --output-file=$${edit_po} $${po} $${pot};	\
-	  test ! -f $${edit_po} && test ! -f $${po} &&					\
-	    msginit --input=$${pot} --output-file=$${edit_po} --locale=$(LOCALE);	\
-	  :;										\
+	for pot in *.pot; do					\
+	  edit_po=`basename $${pot} | sed -e 's,pot$$,edit,g'`;	\
+	  po=`basename $${pot} | sed -e 's,pot$$,po,g'`;	\
+	  test ! -f $${edit_po} && test -f $${po} &&		\
+	    msgmerge						\
+	      --quiet						\
+	      --sort-by-file					\
+	      --output-file=$${edit_po}				\
+	      $${po} $${pot};					\
+	  test ! -f $${edit_po} && test ! -f $${po} &&		\
+	    msginit						\
+	      --input=$${pot}					\
+	      --output-file=$${edit_po}				\
+	      --locale=$(LOCALE);				\
+	  :;							\
 	done
 
 reinit:
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る