diff options
author | Christopher Powell | 2002-11-19 02:59:43 +0000 |
---|---|---|
committer | Christopher Powell | 2002-11-19 02:59:43 +0000 |
commit | eafbfbc64e316e6b0f59dd8987ff53eeed9a7539 (patch) | |
tree | fc57bb42ad2a4ab85d9ec09ad53e864deaffc812 /Makefile | |
parent | 7bf1d52327cf6bf625b354bb6d279a74bd08bd9b (diff) |
Some makefile changes to take care of images embedded in the docs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile,v 1.15 2002/11/17 04:23:57 helios Exp $ | 1 | # $Id: Makefile,v 1.16 2002/11/19 02:59:43 helios Exp $ |
2 | 2 | ||
3 | ##################################### | 3 | ##################################### |
4 | # Important: | 4 | # Important: |
@@ -66,7 +66,7 @@ statinstall: static | |||
66 | 66 | ||
67 | clean: | 67 | clean: |
68 | $(RM) -rf *.o *.so | 68 | $(RM) -rf *.o *.so |
69 | $(RM) -f Documentation/HTML/*.html Documentation/HTML/*.css | 69 | $(RM) -f Documentation/HTML/*.html Documentation/HTML/*.css Documentation/HTML/*.png |
70 | $(RM) -f Documentation/*.tex | 70 | $(RM) -f Documentation/*.tex |
71 | $(RM) -f Documentation/*.dvi | 71 | $(RM) -f Documentation/*.dvi |
72 | $(RM) -f Documentation/*.ps | 72 | $(RM) -f Documentation/*.ps |
@@ -76,6 +76,7 @@ distro: documentation | |||
76 | @scp CHANGELOG $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs | 76 | @scp CHANGELOG $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs |
77 | @scp Documentation/*.ps $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs | 77 | @scp Documentation/*.ps $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs |
78 | @scp Documentation/HTML/*.html $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs/ | 78 | @scp Documentation/HTML/*.html $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs/ |
79 | @scp Documentation/HTML/*.png $(WEBSERV):$(APACHEINST)/html/mod_log_sql/docs/ | ||
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 | @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" | 81 | @ssh $(WEBSERV) "ln -sf mod_log_sql-$(MLMVERS).tar.gz $(APACHEINST)/html/mod_log_sql/mod_log_sql.tar.gz" |
81 | 82 | ||
@@ -96,5 +97,8 @@ documentation: Documentation/documentation.lyx | |||
96 | @$(L2H) -show_section_numbers -split 0 -dir Documentation/ Documentation/documentation.tex >/dev/null 2>&1 | 97 | @$(L2H) -show_section_numbers -split 0 -dir Documentation/ Documentation/documentation.tex >/dev/null 2>&1 |
97 | @$(LINKS) -dump Documentation/documentation.html > Documentation/documentation.txt 2>/dev/null | 98 | @$(LINKS) -dump Documentation/documentation.html > Documentation/documentation.txt 2>/dev/null |
98 | @echo "Cleaning up..." | 99 | @echo "Cleaning up..." |
99 | @$(RM) -f Documentation/*.html Documentation/WARNINGS Documentation/*.pl Documentation/*.aux Documentation/*.css Documentation/*.toc Documentation/*.log | 100 | @$(RM) -f Documentation/*.html Documentation/WARNINGS Documentation/*.pl Documentation/*.aux Documentation/*.css Documentation/*.toc Documentation/*.log Documentation/*.old Documentation/*.png Documentation/images.tex |
100 | @$(RM) -f Documentation/HTML/WARNINGS Documentation/HTML/*.pl | 101 | @$(RM) -f Documentation/HTML/WARNINGS Documentation/HTML/*.pl Documentation/HTML/*.log Documentation/HTML/*.aux Documentation/HTML/*.tex Documentation/HTML/*.old Documentation/HTML/index.html |
102 | |||
103 | |||
104 | |||