1 PACKAGE = php-gettext-$(VERSION)
14 examples/pigs_dropin.php \
15 examples/pigs_fallback.php \
16 examples/locale/sr_CS/LC_MESSAGES/messages.po \
17 examples/locale/sr_CS/LC_MESSAGES/messages.mo \
18 examples/locale/de_CH/LC_MESSAGES/messages.po \
19 examples/locale/de_CH/LC_MESSAGES/messages.mo \
23 if [ -d $(PACKAGE) ]; then \
27 if [ -d $(PACKAGE) ]; then \
28 cp -rp --parents $(DIST_FILES) $(PACKAGE); \
29 tar cvzf $(PACKAGE).tar.gz $(PACKAGE); \