summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscoder <none@none>2007-08-29 19:59:24 +0200
committerscoder <none@none>2007-08-29 19:59:24 +0200
commitd1a9ff2ce4024ef8a98ad3a836c9329c1ae7c275 (patch)
tree254d2de5e68b9b60643ebee38a101c03b28d48a7 /Makefile
parent7ba2c356533429d7515df975892e474b62fe7a0d (diff)
downloadpython-lxml-d1a9ff2ce4024ef8a98ad3a836c9329c1ae7c275.tar.gz
[svn r2779] remove generated docs on 'make clean'
--HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 145974e1..2cecc74c 100644
--- a/Makefile
+++ b/Makefile
@@ -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