comparison misc/GNUmakefile @ 3801:569716d0e447

add man page in release tarball and fix man building procedure
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Nov 2010 15:23:06 +0000
parents e05f33d93e35
children d96c07f729cc
comparison
equal deleted inserted replaced
3800:8baa96142289 3801:569716d0e447
28 rm $(TEMP)/$(NGINX)/src/http/modules/ngx_http_status_module.c 28 rm $(TEMP)/$(NGINX)/src/http/modules/ngx_http_status_module.c
29 29
30 mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX) 30 mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX)
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 34
34 $(MAKE) -f docs/GNUmakefile changes 35 $(MAKE) -f docs/GNUmakefile changes
35 36
36 rm -r $(TEMP)/$(NGINX)/docs 37 rm -r $(TEMP)/$(NGINX)/docs
37 rm -r $(TEMP)/$(NGINX)/misc 38 rm -r $(TEMP)/$(NGINX)/misc
58 rm $(TEMP)/$(NGINX)/src/http/modules/ngx_http_status_module.c 59 rm $(TEMP)/$(NGINX)/src/http/modules/ngx_http_status_module.c
59 60
60 mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX) 61 mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX)
61 mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX) 62 mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX)
62 mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX) 63 mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)
64 mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX)
63 65
64 $(MAKE) -f docs/GNUmakefile changes 66 $(MAKE) -f docs/GNUmakefile changes
65 67
66 rm -r $(TEMP)/$(NGINX)/docs 68 rm -r $(TEMP)/$(NGINX)/docs
67 rm -r $(TEMP)/$(NGINX)/misc 69 rm -r $(TEMP)/$(NGINX)/misc