From: Aaron A. <aa...@us...> - 2007-05-27 03:57:30
|
Update of /cvsroot/jboost/jboost/doc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11698/doc Modified Files: get_doc.sh Log Message: minor improvments Index: get_doc.sh =================================================================== RCS file: /cvsroot/jboost/jboost/doc/get_doc.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** get_doc.sh 16 May 2007 04:06:02 -0000 1.1.1.1 --- get_doc.sh 27 May 2007 03:57:27 -0000 1.2 *************** *** 2,9 **** DIR="users/aarvey/jboost" ! rm -rf css images wget -r -o wget.log http://${SITE}/${DIR} ! mv ${SITE}/${DIR}/* . rm -rf ${SITE} --- 2,9 ---- DIR="users/aarvey/jboost" ! rm -rf css images wget -r -o wget.log http://${SITE}/${DIR} ! mv ${SITE}/${DIR}/* . rm -rf ${SITE} |