summaryrefslogtreecommitdiffstats
path: root/bindings/php5
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 13:56:49 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 13:56:49 +0000
commit6b86aa67efab3966be6c4577a83886bb93f7be9b (patch)
treee1ce6b0bababc7eda7ef58189f5cdac05a3773ce /bindings/php5
parent2d9a2ec35f9e326b89c4cb3624d15dbb387d2878 (diff)
[Bindings] improve cleaning and distribution buiding
Diffstat (limited to 'bindings/php5')
-rw-r--r--bindings/php5/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/bindings/php5/Makefile.am b/bindings/php5/Makefile.am
index bf05f7f8..a1ee2209 100644
--- a/bindings/php5/Makefile.am
+++ b/bindings/php5/Makefile.am
@@ -1,5 +1,5 @@
-MAINTAINERCLEANFILES = Makefile.in
-MOSTLYCLEANFILES = __init__.pyc lang.pyc php_code.pyc wrapper_header.pyc wrapper_top.pyc
+CLEANFILES = lasso.php php_lasso.h _lasso.c
+DISTCLEANFILES = __init__.pyc lang.pyc php_code.pyc wrapper_header.pyc wrapper_top.pyc wrapper_source.pyc
SUBDIRS = examples tests
INCLUDES = \
@@ -35,8 +35,6 @@ lasso.php _lasso.c: lang.py wrapper_source.py wrapper_header.py wrapper_source_t
doc:
phpdoc -o HTML:frames:earthli -f lasso.php -t docs
-clean-local:
- -rm -f lasso.php php_lasso.h _lasso.c
.PHONY: doc