From: Erik M. <er...@us...> - 2002-02-04 18:17:23
|
Update of /cvsroot/blob/blob/utils In directory usw-pr-cvs1:/tmp/cvs-serv635 Modified Files: Makefile.am Log Message: Put upload.sh in the tar file. Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/utils/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 2001/08/31 06:21:52 1.3 +++ Makefile.am 2002/02/04 16:49:11 1.4 @@ -10,5 +10,5 @@ CLEANFILES = *~ EXTRA_DIST = \ - README - + README \ + upload.sh |