From: <var...@us...> - 2015-02-13 09:31:18
|
Revision: 9539 http://sourceforge.net/p/phpwiki/code/9539 Author: vargenau Date: 2015-02-13 09:31:11 +0000 (Fri, 13 Feb 2015) Log Message: ----------- tests is not needed for gettext Modified Paths: -------------- trunk/locale/Makefile trunk/locale/update-makefile.sh Modified: trunk/locale/Makefile =================================================================== --- trunk/locale/Makefile 2015-02-12 17:38:26 UTC (rev 9538) +++ trunk/locale/Makefile 2015-02-13 09:31:11 UTC (rev 9539) @@ -396,33 +396,6 @@ ${POT_FILE}: .././passencrypt.php ${POT_FILE}: .././RPC2.php ${POT_FILE}: .././SOAP.php -${POT_FILE}: .././tests/CompatInfo.php -${POT_FILE}: .././tests/unit/lib/AtomParserTest.php -${POT_FILE}: .././tests/unit/lib/DumpHtml.php -${POT_FILE}: .././tests/unit/lib/HtmlParserTest.php -${POT_FILE}: .././tests/unit/lib/InlineParserTest.php -${POT_FILE}: .././tests/unit/lib/PageListTest.php -${POT_FILE}: .././tests/unit/lib/plugin/AllPagesTest.php -${POT_FILE}: .././tests/unit/lib/plugin/AllUsersTest.php -${POT_FILE}: .././tests/unit/lib/plugin/AtomFeedTest.php -${POT_FILE}: .././tests/unit/lib/plugin/IncludePageTest.php -${POT_FILE}: .././tests/unit/lib/plugin/ListPagesTest.php -${POT_FILE}: .././tests/unit/lib/plugin/OrphanedPagesTest.php -${POT_FILE}: .././tests/unit/lib/plugin/WantedPagesTest.php -${POT_FILE}: .././tests/unit/lib/SetupWiki.php -${POT_FILE}: .././tests/unit/lib/TextSearchTest.php -${POT_FILE}: .././tests/unit/lib/XmlRpcTest.php -${POT_FILE}: .././tests/unit/pcre-crash.php -${POT_FILE}: .././tests/unit_test_backend_cvs.php -${POT_FILE}: .././tests/unit/test.php -${POT_FILE}: .././tests/xmlrpc/interop-client.php -${POT_FILE}: .././tests/xmlrpc/interop-server.php -${POT_FILE}: .././tests/xmlrpc/validate-form.php -${POT_FILE}: .././tests/xmlrpc/validate.php -${POT_FILE}: .././tests/xmlrpc/xmlrpc-client.php -${POT_FILE}: .././tests/xmlrpc/xmlrpc-introspect.php -${POT_FILE}: .././tests/xmlrpc/xmlrpc-servers.php -${POT_FILE}: .././tests/xmlrpc/xmlrpc_utils.php ${POT_FILE}: .././themes/alphatest.php ${POT_FILE}: .././themes/blog/lib/RecentChanges.php ${POT_FILE}: .././themes/blog/templates/actionbar.tmpl Modified: trunk/locale/update-makefile.sh =================================================================== --- trunk/locale/update-makefile.sh 2015-02-12 17:38:26 UTC (rev 9538) +++ trunk/locale/update-makefile.sh 2015-02-13 09:31:11 UTC (rev 9539) @@ -38,7 +38,7 @@ pot_file_deps () { test -f .exclude || ( echo lib/pear/ > .exclude; echo lib/WikiDB/adodb/ > .exclude ) (cd ..; find . \( -type d -regex '\(^lib/pear\)\|\(^lib/WikiDB/adodb\)' \) -prune -o \( -type f -a -name \*.php -o -name \*.tmpl \)) | - egrep -v '(^lib/pear)|(^lib/WikiDB/adodb)' | + egrep -v '(/tests/)|(^lib/pear)|(^lib/WikiDB/adodb)' | grep -v -f .exclude | sed 's|^|${POT_FILE}: ../|;' | sort This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |