diff options
Diffstat (limited to 'src/php-gettext/Makefile')
-rw-r--r-- | src/php-gettext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/php-gettext/Makefile b/src/php-gettext/Makefile index 2dba911..f0b5bf9 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.9 DIST_FILES = \ gettext.php \ gettext.inc \ streams.php \ AUTHORS \ - ChangeLog \ README \ COPYING \ Makefile \ @@ -30,3 +29,5 @@ dist: rm -rf $(PACKAGE); \ fi; +clean: + rm -f $(PACKAGE).tar.gz |