summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88b7d89..c1966b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1# $Id: Makefile,v 1.2 2001/12/03 19:54:02 helios Exp $ 1# $Id: Makefile,v 1.3 2001/12/03 19:56:58 helios Exp $
2 2
3# Verify that this points to the right place... 3# Verify that this points to the right place...
4APACHEDIR = /usr/local/src/apache_1.3.22 4APACHEDIR = /usr/local/src/apache_1.3.22
@@ -46,6 +46,9 @@ install: all
46 $(INSTALL) mod_log_mysql.o ${APACHEDIR}/src/mod_log_mysql.o 46 $(INSTALL) mod_log_mysql.o ${APACHEDIR}/src/mod_log_mysql.o
47 47
48distro: all 48distro: all
49 cp -f INSTALL /usr/local/Apache/html/mod_log_mysql/
50 cp -f README /usr/local/Apache/html/mod_log_mysql/
51 cp -f CHANGELOG /usr/local/Apache/html/mod_log_mysql/
49 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 52 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
50 53
51clean: 54clean: