comparison misc/GNUmakefile @ 4030:5c3633105878

Removing incomplete draft documentation from release tarball and zip.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Aug 2011 13:35:02 +0000
parents 3ce20f216ede
children 1da3c3b429c1
comparison
equal deleted inserted replaced
4029:181ad4460b05 4030:5c3633105878
31 mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) 31 mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX)
32 mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) 32 mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)
33 mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX) 33 mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX)
34 34
35 $(MAKE) -f docs/GNUmakefile changes 35 $(MAKE) -f docs/GNUmakefile changes
36
37 # delete incomplete draft documentation
38 rm -r $(TEMP)/$(NGINX)/html/http
36 39
37 rm -r $(TEMP)/$(NGINX)/docs 40 rm -r $(TEMP)/$(NGINX)/docs
38 rm -r $(TEMP)/$(NGINX)/misc 41 rm -r $(TEMP)/$(NGINX)/misc
39 42
40 tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX) 43 tar -c -z -f $(NGINX).tar.gz --directory $(TEMP) $(NGINX)
83 perl -pi -e 's/$$/\r/' $(TEMP)/$(NGINX)/conf/* 86 perl -pi -e 's/$$/\r/' $(TEMP)/$(NGINX)/conf/*
84 87
85 svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/ 88 svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/
86 svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/ 89 svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/
87 90
91 # delete incomplete draft documentation
92 rm -r $(TEMP)/$(NGINX)/html/http
93
88 $(MAKE) -f docs/GNUmakefile changes 94 $(MAKE) -f docs/GNUmakefile changes
89 95
90 cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX) 96 cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX)
91 97
92 cp -p docs/text/LICENSE $(TEMP)/$(NGINX)/docs/ 98 cp -p docs/text/LICENSE $(TEMP)/$(NGINX)/docs/