[Lxml-checkins] r46173 - lxml/branch/lxml-1.3

scoder at codespeak.net scoder at codespeak.net
Wed Aug 29 22:27:38 CEST 2007


Author: scoder
Date: Wed Aug 29 22:27:37 2007
New Revision: 46173

Modified:
   lxml/branch/lxml-1.3/Makefile
Log:
remove API docs on 'make clean'

Modified: lxml/branch/lxml-1.3/Makefile
==============================================================================
--- lxml/branch/lxml-1.3/Makefile	(original)
+++ lxml/branch/lxml-1.3/Makefile	Wed Aug 29 22:27:37 2007
@@ -51,7 +51,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