html5/markup Makefile,1.68,1.69

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv10207

Modified Files:
	Makefile 
Log Message:
h:thml; minor tweak to makefile


Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Makefile	3 May 2009 04:20:34 -0000	1.68
+++ Makefile	26 May 2009 23:45:45 -0000	1.69
@@ -44,10 +44,7 @@
 ifeq ($(WHATTF_SCHEMA),)
 	$(SVN) $(SVNFLAGS) checkout --depth=files $(WHATTF_BASE_URL) $@
 else
-	-mkdir $(HTML_RNC_SOURCE)
-	cp -p $(WHATTF_SCHEMA)/*.rnc $(HTML_RNC_SOURCE)
-	cp -p $(WHATTF_SCHEMA)/assertions.sch $(HTML_RNC_SOURCE)
-	cp -p $(WHATTF_SCHEMA)/LICENSE $(HTML_RNC_SOURCE)
+	cp -pR $(WHATTF_SCHEMA) $(HTML_RNC_SOURCE)
 endif
 	-$(PATCH) $(PATCHFLAGS) < $<
 

Received on Tuesday, 26 May 2009 23:45:52 UTC