diff options
Diffstat (limited to 'Makefile')
-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: |