From: Martin Q. <mqu...@us...> - 2005-02-10 10:50:13
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24008 Modified Files: Makefile Log Message: Do not add the debian dir into the tarball: flexml shouldn't be a native package Index: Makefile =================================================================== RCS file: /cvsroot/flexml/flexml/Makefile,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Makefile 10 Feb 2005 10:33:52 -0000 1.29 --- Makefile 10 Feb 2005 10:50:05 -0000 1.30 *************** *** 97,101 **** cp $(STUFF) $(DATA) $(DOCS) $(HTMLS) $(SAMPS) flexml-act-bootstrap.c flexml-$(VER)/ cp -r examples flexml-$(VER)/ - cp -r debian flexml-$(VER)/ find flexml-$(VER) -name CVS | xargs rm -rf find flexml-$(VER) -name .cvsignore | xargs rm -rf --- 97,100 ---- |