summaryrefslogtreecommitdiffstatsabout
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Powell <chris@grubbybaby.com>2001-12-03 19:56:58 (GMT)
committer Christopher Powell <chris@grubbybaby.com>2001-12-03 19:56:58 (GMT)
commit948b04fd7cf53f32ce5cb5fc5e3ea0190e5f25a0 (patch)
treeceabe22ed0b7dfea30cc4a521162bbe1c062941c /Makefile
parent6eff371018e78925510ff71cb255a64a441a9fc8 (diff)
'make distro' now copies textfiles to html directory for online perusal.
Diffstat (limited to 'Makefile')
-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: