diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile,v 1.14 2002/11/15 03:55:25 helios Exp $ | 1 | # $Id: Makefile,v 1.15 2002/11/17 04:23:57 helios Exp $ |
2 | 2 | ||
3 | ##################################### | 3 | ##################################### |
4 | # Important: | 4 | # Important: |
@@ -30,6 +30,7 @@ LATEX = /usr/bin/latex | |||
30 | DVIPS = /usr/bin/dvips | 30 | DVIPS = /usr/bin/dvips |
31 | LINKS = /usr/bin/links | 31 | LINKS = /usr/bin/links |
32 | L2H = /usr/local/bin/latex2html | 32 | L2H = /usr/local/bin/latex2html |
33 | WEBSERV = gw0.corp | ||
33 | 34 | ||
34 | ifdef MODSSLHDRS | 35 | ifdef MODSSLHDRS |
35 | SSLDEF = -DWANT_SSL_LOGGING | 36 | SSLDEF = -DWANT_SSL_LOGGING |
@@ -72,10 +73,11 @@ clean: | |||
72 | $(RM) -f Documentation/*.txt | 73 | $(RM) -f Documentation/*.txt |
73 | 74 | ||
74 | distro: documentation | 75 | distro: documentation |
75 | cp -f CHANGELOG $(APACHEINST)/html/mod_log_sql/ | 76 | @scp CHANGELOG $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs |
76 | cd ..; tar zcf mod_log_sql-$(MLMVERS).tar.gz --exclude mod_log_sql/CVS --exclude mod_log_sql/Documentation/CVS mod_log_sql/; $(INSTALL) mod_log_sql-$(MLMVERS).tar.gz $(APACHEINST)/html/mod_log_sql/; rm -f mod_log_sql-$(MLMVERS).tar.gz | 77 | @scp Documentation/*.ps $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs |
77 | $(RM) $(APACHEINST)/html/mod_log_sql/mod_log_sql.tar.gz | 78 | @scp Documentation/HTML/*.html $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs/ |
78 | ln -s mod_log_sql-$(MLMVERS).tar.gz $(APACHEINST)/html/mod_log_sql/mod_log_sql.tar.gz | 79 | @cd ..; tar zcf mod_log_sql-$(MLMVERS).tar.gz --exclude mod_log_sql/CVS --exclude mod_log_sql/Documentation/CVS --exclude mod_log_sql/Documentation/HTML/CVS --exclude ".directory" mod_log_sql/; scp mod_log_sql-$(MLMVERS).tar.gz $(WEBSERV):$(APACHEINST)/html/mod_log_sql/; rm -f mod_log_sql-$(MLMVERS).tar.gz |
80 | @ssh $(WEBSERV) "ln -sf mod_log_sql-$(MLMVERS).tar.gz $(APACHEINST)/html/mod_log_sql/mod_log_sql.tar.gz" | ||
79 | 81 | ||
80 | documentation: Documentation/documentation.lyx | 82 | documentation: Documentation/documentation.lyx |
81 | @echo "Creating LaTeX docs..." | 83 | @echo "Creating LaTeX docs..." |