diff options
author | scoder <none@none> | 2007-08-29 19:59:24 +0200 |
---|---|---|
committer | scoder <none@none> | 2007-08-29 19:59:24 +0200 |
commit | d1a9ff2ce4024ef8a98ad3a836c9329c1ae7c275 (patch) | |
tree | 254d2de5e68b9b60643ebee38a101c03b28d48a7 /Makefile | |
parent | 7ba2c356533429d7515df975892e474b62fe7a0d (diff) | |
download | python-lxml-d1a9ff2ce4024ef8a98ad3a836c9329c1ae7c275.tar.gz |
[svn r2779] remove generated docs on 'make clean'
--HG--
branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ ftest: ftest_inplace clean: find . \( -name '*.o' -o -name '*.c' -o -name '*.so' -o -name '*.py[cod]' -o -name '*.dll' \) -exec rm -f {} \; - rm -rf build + rm -rf build doc/html/api realclean: clean rm -f TAGS |