comparison xml/en/GNUmakefile @ 281:7142ddd2764c

Translated current version of ngx_http_proxy_module documentation into English.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Dec 2011 11:35:46 +0000
parents be3772a799a2
children 34246e706f48
comparison
equal deleted inserted replaced
280:cbb789d3ce5e 281:7142ddd2764c
50 http/ngx_http_index_module \ 50 http/ngx_http_index_module \
51 http/ngx_http_limit_conn_module \ 51 http/ngx_http_limit_conn_module \
52 http/ngx_http_limit_req_module \ 52 http/ngx_http_limit_req_module \
53 http/ngx_http_log_module \ 53 http/ngx_http_log_module \
54 http/ngx_http_mp4_module \ 54 http/ngx_http_mp4_module \
55 http/ngx_http_proxy_module \
55 http/ngx_http_random_index_module \ 56 http/ngx_http_random_index_module \
56 57
57 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml) 58 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml)
58 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html) 59 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html)
59 60