From: <ki...@us...> - 2003-04-04 23:18:25
|
Update of /cvsroot/pymerase/pymerase/pymweb In directory sc8-pr-cvs1:/tmp/cvs-serv27245 Added Files: Makefile Log Message: make file for installing --- NEW FILE: Makefile --- all: echo 'make install - Installation' echo 'make restart - Restart Apache' install: cp cgi/pymweb.py /usr/lib/cgi-bin/ cp www/pymweb.html /var/www/ cp -r www/images/ /var/www/ cp conf/pymweb.conf /etc/apache/conf/ restart: /etc/init.d/apache restart |