head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2006.12.18.15.54.02;	author kusung25;	state Exp;
branches;
next	;


desc
@@


1.1
log
@*** empty log message ***
@
text
@all:
	echo 'make install - Installation'
	echo 'make restart - Restart Apache'

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/
	cp conf/pymweb.conf /etc/apache/conf/

restart:
	/etc/init.d/apache restart@
