comparison xml/en/GNUmakefile @ 348:5a848934a12d

English translation of ngx_http_geoip_module, ngx_http_map_module, ngx_http_realip_module, ngx_http_secure_link_module, ngx_http_split_clients_module, and ngx_http_sub_module.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 23 Jan 2012 16:50:35 +0000
parents f94bcab2a6ae
children 55c1c4a1748f
comparison
equal deleted inserted replaced
347:daae2b619815 348:5a848934a12d
50 http/ngx_http_autoindex_module \ 50 http/ngx_http_autoindex_module \
51 http/ngx_http_browser_module \ 51 http/ngx_http_browser_module \
52 http/ngx_http_empty_gif_module \ 52 http/ngx_http_empty_gif_module \
53 http/ngx_http_fastcgi_module \ 53 http/ngx_http_fastcgi_module \
54 http/ngx_http_flv_module \ 54 http/ngx_http_flv_module \
55 http/ngx_http_geoip_module \
55 http/ngx_http_gzip_module \ 56 http/ngx_http_gzip_module \
56 http/ngx_http_gzip_static_module \ 57 http/ngx_http_gzip_static_module \
57 http/ngx_http_image_filter_module \ 58 http/ngx_http_image_filter_module \
58 http/ngx_http_index_module \ 59 http/ngx_http_index_module \
59 http/ngx_http_limit_conn_module \ 60 http/ngx_http_limit_conn_module \
60 http/ngx_http_limit_req_module \ 61 http/ngx_http_limit_req_module \
61 http/ngx_http_log_module \ 62 http/ngx_http_log_module \
63 http/ngx_http_map_module \
62 http/ngx_http_mp4_module \ 64 http/ngx_http_mp4_module \
63 http/ngx_http_proxy_module \ 65 http/ngx_http_proxy_module \
64 http/ngx_http_random_index_module \ 66 http/ngx_http_random_index_module \
67 http/ngx_http_realip_module \
68 http/ngx_http_secure_link_module \
69 http/ngx_http_split_clients_module \
70 http/ngx_http_sub_module \
65 http/ngx_http_upstream_module \ 71 http/ngx_http_upstream_module \
66 72
67 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml) 73 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml)
68 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html) 74 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html)
69 75