1 PACKAGE = php-gettext-$(VERSION)
13 examples/pigs_dropin.php \
14 examples/pigs_fallback.php \
15 examples/locale/sr_CS/LC_MESSAGES/messages.po \
16 examples/locale/sr_CS/LC_MESSAGES/messages.mo \
17 examples/locale/de_CH/LC_MESSAGES/messages.po \
18 examples/locale/de_CH/LC_MESSAGES/messages.mo \
20 tests/LocalesTest.php \
24 phpunit --verbose tests
27 if [ -d $(PACKAGE) ]; then \
31 if [ -d $(PACKAGE) ]; then \
32 cp -rp --parents $(DIST_FILES) $(PACKAGE); \
33 tar cvzf $(PACKAGE).tar.gz $(PACKAGE); \
38 rm -f $(PACKAGE).tar.gz