diff options
author | Christopher Powell | 2001-12-03 19:56:58 +0000 |
---|---|---|
committer | Christopher Powell | 2001-12-03 19:56:58 +0000 |
commit | 948b04fd7cf53f32ce5cb5fc5e3ea0190e5f25a0 (patch) | |
tree | ceabe22ed0b7dfea30cc4a521162bbe1c062941c | |
parent | 6eff371018e78925510ff71cb255a64a441a9fc8 (diff) |
'make distro' now copies textfiles to html directory for online perusal.
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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... |
4 | APACHEDIR = /usr/local/src/apache_1.3.22 | 4 | APACHEDIR = /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 | ||
48 | distro: all | 48 | distro: 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 | ||
51 | clean: | 54 | clean: |