summaryrefslogtreecommitdiffstatsabout
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Powell <chris@grubbybaby.com>2002-02-24 20:17:16 (GMT)
committer Christopher Powell <chris@grubbybaby.com>2002-02-24 20:17:16 (GMT)
commit175ec1e3bee79b081e1d5ef999a5ee82714bbe9b (patch)
tree6f8535a717accabc77c4ba104f5a3b0014d4769d /Makefile
parentec06ba32ef1bfb3de7fd87ddc9c43468d5f5684e (diff)
Minor but significant updates to the instructions for apxs users.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 65e0cd5..e46bdfe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1# $Id: Makefile,v 1.5 2002/01/15 18:40:14 helios Exp $ 1# $Id: Makefile,v 1.6 2002/02/24 20:17:16 helios Exp $
2MLMVERS = 1.13 2MLMVERS = 1.14
3 3
4# Where you unpacked your Apache tarball -- the source. 4# Where you unpacked your Apache tarball -- the source.
5APACHESOURCE = /usr/local/src/apache_1.3.22 5APACHESOURCE = /usr/local/src/apache_1.3.22
@@ -63,6 +63,8 @@ distro: all
63 cp -f README ${APACHEINST}/html/mod_log_mysql/ 63 cp -f README ${APACHEINST}/html/mod_log_mysql/
64 cp -f CHANGELOG ${APACHEINST}/html/mod_log_mysql/ 64 cp -f CHANGELOG ${APACHEINST}/html/mod_log_mysql/
65 cd ..; tar zcf mod_log_mysql-${MLMVERS}.tar.gz --exclude mod_log_mysql/CVS mod_log_mysql/; $(INSTALL) mod_log_mysql-${MLMVERS}.tar.gz ${APACHEINST}/html/mod_log_mysql/; rm -f mod_log_mysql-${MLMVERS}.tar.gz 65 cd ..; tar zcf mod_log_mysql-${MLMVERS}.tar.gz --exclude mod_log_mysql/CVS mod_log_mysql/; $(INSTALL) mod_log_mysql-${MLMVERS}.tar.gz ${APACHEINST}/html/mod_log_mysql/; rm -f mod_log_mysql-${MLMVERS}.tar.gz
66 66 rm -f /usr/local/Apache/html/mod_log_mysql/mod_log_mysql.tar.gz
67 ln -s mod_log_mysql-1.14.tar.gz /usr/local/Apache/html/mod_log_mysql/mod_log_mysql.tar.gz
68
67clean: 69clean:
68 rm -f *.o *~ 70 rm -f *.o *~