summaryrefslogtreecommitdiffstatshomepage
path: root/src/php-gettext/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Weiske2010-09-28 08:53:03 +0200
committerGravatar Christian Weiske2010-09-28 08:53:03 +0200
commit8da16ca4a6faae17c896919c31d0011e719fb28f (patch)
tree6201de5504e86616fa69e58a5674a55b46060a16 /src/php-gettext/Makefile
parent15b8b6ab23abb44b4d6cdff7aec50fcfe82b73d9 (diff)
downloadscuttle-8da16ca4a6faae17c896919c31d0011e719fb28f.tar.gz
scuttle-8da16ca4a6faae17c896919c31d0011e719fb28f.zip
update php-gettext to 1.0.10
Diffstat (limited to 'src/php-gettext/Makefile')
-rw-r--r--src/php-gettext/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/php-gettext/Makefile b/src/php-gettext/Makefile
index 2dba911..a6cce12 100644
--- a/src/php-gettext/Makefile
+++ b/src/php-gettext/Makefile
@@ -1,12 +1,11 @@
PACKAGE = php-gettext-$(VERSION)
-VERSION = 1.0.7
+VERSION = 1.0.10
DIST_FILES = \
gettext.php \
gettext.inc \
streams.php \
AUTHORS \
- ChangeLog \
README \
COPYING \
Makefile \
@@ -17,9 +16,14 @@ DIST_FILES = \
examples/locale/sr_CS/LC_MESSAGES/messages.mo \
examples/locale/de_CH/LC_MESSAGES/messages.po \
examples/locale/de_CH/LC_MESSAGES/messages.mo \
- examples/update
+ examples/update \
+ tests/LocalesTest.php \
+ tests/ParsingTest.php
-dist:
+check:
+ phpunit --verbose tests
+
+dist: check
if [ -d $(PACKAGE) ]; then \
rm -rf $(PACKAGE); \
fi; \
@@ -30,3 +34,5 @@ dist:
rm -rf $(PACKAGE); \
fi;
+clean:
+ rm -f $(PACKAGE).tar.gz