html5/spec-author-view Makefile,1.2,1.3

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv4546

Modified Files:
	Makefile 
Log Message:
add distclean target


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	25 Aug 2009 22:07:34 -0000	1.2
+++ Makefile	25 Aug 2009 22:09:20 -0000	1.3
@@ -22,6 +22,8 @@
 clean:
 	$(RM) -rf multipage
 
+distclean: clean
+	$(RM) -rf html5-tools anolis
 
 splitter: html5-tools/spec-splitter/spec-splitter.py
 

Received on Tuesday, 25 August 2009 22:09:31 UTC