From: <ki...@us...> - 2003-04-09 14:17:19
|
Update of /cvsroot/pymerase/pymerase/pymweb In directory sc8-pr-cvs1:/tmp/cvs-serv19600 Modified Files: Makefile Log Message: added installation of table.dtd file Index: Makefile =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymweb/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 4 Apr 2003 23:18:21 -0000 1.1 --- Makefile 9 Apr 2003 14:17:14 -0000 1.2 *************** *** 5,8 **** --- 5,9 ---- install: cp cgi/pymweb.py /usr/lib/cgi-bin/ + cp dtd/table.dtd /var/www/ cp www/pymweb.html /var/www/ cp -r www/images/ /var/www/ |