From: <var...@us...> - 2009-07-06 13:55:39
|
Revision: 6999 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6999&view=rev Author: vargenau Date: 2009-07-06 13:55:26 +0000 (Mon, 06 Jul 2009) Log Message: ----------- Remove commented items Modified Paths: -------------- trunk/locale/Makefile Modified: trunk/locale/Makefile =================================================================== --- trunk/locale/Makefile 2009-07-06 13:48:55 UTC (rev 6998) +++ trunk/locale/Makefile 2009-07-06 13:55:26 UTC (rev 6999) @@ -7,8 +7,6 @@ # POT_FILE = po/phpwiki.pot -SYMLINK = cp -#SYMLINK = ln -s GETTEXT_LINT_REPORTXSL = /usr/local/share/gettext-lint/report.xsl .PHONY: all po mo clean depend ${POT_FILE} @@ -29,20 +27,12 @@ cp -f $@ $@~ msgmerge -o $@.new $@~ $^ && mv -f $@.new $@ -# current ja is euc-jp (symlink) -#po/ja.po: po/ja.euc-jp.po -# $(SYMLINK) po/ja.euc-jp.po po/ja.po - # work on ja.euc-jp.po and create utf-8 from this. changes in utf-8 will get lost! po/ja.utf-8.po: po/ja.po @echo "# Autogenerated file from ja.po" > $@ @echo "# Any changes here will be lost! Edit ja.po instead" >> $@ iconv -f euc-jp -t utf-8 $^ |sed -e's,; charset=euc-jp,; charset=utf-8,' >> $@ -# current zh is zh_TW.UTF-8 (symlink) -#po/zh.po: po/zh_TW.utf-8.po -# ln -s po/zh_TW.utf-8.po po/zh.po - %/LC_MESSAGES/phpwiki.mo : po/%.po mkdir -p $*/LC_MESSAGES msgfmt -o $@ $< This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |