[Commit] nickle-www update-web,NONE,1.1

Bart Massey commit at keithp.com
Fri Jun 6 17:27:41 PDT 2003


Committed by: bart

Update of /local/src/CVS/nickle-www
In directory home.keithp.com:/tmp/cvs-serv12235

Added Files:
	update-web 
Log Message:
Site update script



--- NEW FILE: update-web ---
#!/bin/sh
NICKLEWEB=/var/www/nickle
NICKLESRC=/local/src/nickle-src

cd $NICKLEWEB && 
rm -rf tutorial &&
cvs -Q update -d -P . 

mkdir tutorial &&
cd tutorial &&
cd $NICKLESRC/doc/tutorial &&
cvs -Q update -d -P . 
docbook2html -o $NICKLEWEB/tutorial tutorial.sgml 1>/dev/null




More information about the Commit mailing list