comparison misc/GNUmakefile @ 4215:c80916f29756

Removal of incomplete draft documentation processing.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 17 Oct 2011 15:42:12 +0000
parents effc7962aebe
children 051129d893cc
comparison
equal deleted inserted replaced
4214:acc0feb93d15 4215:c80916f29756
32 mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) 32 mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX)
33 mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) 33 mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)
34 mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX) 34 mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX)
35 35
36 $(MAKE) -f docs/GNUmakefile changes 36 $(MAKE) -f docs/GNUmakefile changes
37
38 # delete incomplete draft documentation
39 rm -r $(TEMP)/$(NGINX)/html/http
40 37
41 rm -r $(TEMP)/$(NGINX)/docs 38 rm -r $(TEMP)/$(NGINX)/docs
42 rm -r $(TEMP)/$(NGINX)/misc 39 rm -r $(TEMP)/$(NGINX)/misc
43 40
44 tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX) 41 tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX)
102 perl -pi -e 's/$$/\r/' $(TEMP)/$(NGINX)/conf/* 99 perl -pi -e 's/$$/\r/' $(TEMP)/$(NGINX)/conf/*
103 100
104 svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/ 101 svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/
105 svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/ 102 svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/
106 103
107 # delete incomplete draft documentation
108 rm -r $(TEMP)/$(NGINX)/html/http
109
110 $(MAKE) -f docs/GNUmakefile changes 104 $(MAKE) -f docs/GNUmakefile changes
111 105
112 cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX) 106 cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX)
113 107
114 cp -p docs/text/LICENSE $(TEMP)/$(NGINX)/docs/ 108 cp -p docs/text/LICENSE $(TEMP)/$(NGINX)/docs/