[Fxruby-commits] CVS: FXRuby make-drop.sh,1.17,1.17.2.1
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-09 21:40:57
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv4947 Modified Files: Tag: release10 make-drop.sh Log Message: Index: make-drop.sh =================================================================== RCS file: /cvsroot/fxruby/FXRuby/make-drop.sh,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -C2 -d -r1.17 -r1.17.2.1 *** make-drop.sh 21 Mar 2002 21:16:12 -0000 1.17 --- make-drop.sh 9 May 2002 21:40:54 -0000 1.17.2.1 *************** *** 1,4 **** #!/bin/sh ! PKGDIR=FXRuby-1.0.3 tar -cvzf $PKGDIR.tar.gz \ $PKGDIR/ANNOUNCE \ --- 1,4 ---- #!/bin/sh ! PKGDIR=FXRuby-1.0.10 tar -cvzf $PKGDIR.tar.gz \ $PKGDIR/ANNOUNCE \ *************** *** 7,21 **** $PKGDIR/README \ $PKGDIR/install.rb \ $PKGDIR/doc/*.html \ - $PKGDIR/doc/*.png \ - $PKGDIR/doc/images/*.gif \ $PKGDIR/doc/images/*.png \ $PKGDIR/examples/README \ $PKGDIR/examples/*.rb \ $PKGDIR/examples/*.xml \ ! $PKGDIR/examples/icons/*.gif \ $PKGDIR/examples/icons/*.ico \ $PKGDIR/examples/textedit/*.rb \ - $PKGDIR/index.html \ $PKGDIR/lib/fox/*.rb \ $PKGDIR/ext/fox/MANIFEST \ --- 7,19 ---- $PKGDIR/README \ $PKGDIR/install.rb \ + $PKGDIR/index.html \ $PKGDIR/doc/*.html \ $PKGDIR/doc/images/*.png \ $PKGDIR/examples/README \ $PKGDIR/examples/*.rb \ $PKGDIR/examples/*.xml \ ! $PKGDIR/examples/icons/*.png \ $PKGDIR/examples/icons/*.ico \ $PKGDIR/examples/textedit/*.rb \ $PKGDIR/lib/fox/*.rb \ $PKGDIR/ext/fox/MANIFEST \ |