[Lxml-checkins] r46168 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Wed Aug 29 19:59:26 CEST 2007


Author: scoder
Date: Wed Aug 29 19:59:24 2007
New Revision: 46168

Modified:
   lxml/trunk/Makefile
Log:
remove generated docs on 'make clean'

Modified: lxml/trunk/Makefile
==============================================================================
--- lxml/trunk/Makefile	(original)
+++ lxml/trunk/Makefile	Wed Aug 29 19:59:24 2007
@@ -52,7 +52,7 @@
 
 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


More information about the lxml-checkins mailing list