From 948b04fd7cf53f32ce5cb5fc5e3ea0190e5f25a0 Mon Sep 17 00:00:00 2001 From: Christopher Powell Date: Mon, 03 Dec 2001 19:56:58 +0000 Subject: 'make distro' now copies textfiles to html directory for online perusal. --- diff --git a/Makefile b/Makefile index 88b7d89..c1966b2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2001/12/03 19:54:02 helios Exp $ +# $Id: Makefile,v 1.3 2001/12/03 19:56:58 helios Exp $ # Verify that this points to the right place... APACHEDIR = /usr/local/src/apache_1.3.22 @@ -46,6 +46,9 @@ install: all $(INSTALL) mod_log_mysql.o ${APACHEDIR}/src/mod_log_mysql.o distro: all + cp -f INSTALL /usr/local/Apache/html/mod_log_mysql/ + cp -f README /usr/local/Apache/html/mod_log_mysql/ + cp -f CHANGELOG /usr/local/Apache/html/mod_log_mysql/ cd ..; tar zcf mod_log_mysql.tar.gz mod_log_mysql/; $(INSTALL) mod_log_mysql.tar.gz /usr/local/Apache/html/mod_log_mysql/; rm -f mod_log_mysql.tar.gz clean: -- cgit v0.9.2