From: Martin Q. <mqu...@us...> - 2006-08-23 16:24:02
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28715 Modified Files: Makefile Log Message: Also add the new testbed into the tarballs Index: Makefile =================================================================== RCS file: /cvsroot/flexml/flexml/Makefile,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- Makefile 23 Aug 2006 16:19:17 -0000 1.41 +++ Makefile 23 Aug 2006 16:23:59 -0000 1.42 @@ -70,7 +70,7 @@ mkdir $(FLEXML_DISTDIR) cp $(STUFF) $(DATA) $(DOCS) $(HTMLS) flexml-act-bootstrap.c \ $(FLEXML_DISTDIR) - cp -r examples $(FLEXML_DISTDIR) + cp -r examples testbed $(FLEXML_DISTDIR) find $(FLEXML_DISTDIR) -name CVS | xargs rm -rf find $(FLEXML_DISTDIR) -name .cvsignore | xargs rm -rf tar cvfz $(FLEXML_DISTDIR).tar.gz $(FLEXML_DISTDIR) |