comparison xml/en/GNUmakefile @ 179:8cc01e2179a9

- Reflected recent changes made to ngx_http_limit_conn_module. - Revamped documentation for ngx_http_limit_req_module. - Translated ngx_http_limit_{conn,req}_module into English.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 14 Nov 2011 18:09:03 +0000
parents 317ac898ba50
children abc48ad4b7c4
comparison
equal deleted inserted replaced
178:65431179fb8f 179:8cc01e2179a9
25 REFS_EN = en/docs/ngx_core_module \ 25 REFS_EN = en/docs/ngx_core_module \
26 en/docs/http/ngx_http_core_module \ 26 en/docs/http/ngx_http_core_module \
27 en/docs/http/ngx_http_empty_gif_module \ 27 en/docs/http/ngx_http_empty_gif_module \
28 en/docs/http/ngx_http_flv_module \ 28 en/docs/http/ngx_http_flv_module \
29 en/docs/http/ngx_http_index_module \ 29 en/docs/http/ngx_http_index_module \
30 en/docs/http/ngx_http_limit_conn_module \
31 en/docs/http/ngx_http_limit_req_module \
30 en/docs/http/ngx_http_mp4_module \ 32 en/docs/http/ngx_http_mp4_module \
31 en/docs/http/ngx_http_random_index_module \ 33 en/docs/http/ngx_http_random_index_module \
32 34
33 HOWTO_EN_XML = $(foreach name, $(HOWTO_EN), xml/$(name).xml) 35 HOWTO_EN_XML = $(foreach name, $(HOWTO_EN), xml/$(name).xml)
34 HOWTO_EN_HTML = $(foreach name, $(HOWTO_EN), $(OUT)/$(name).html) 36 HOWTO_EN_HTML = $(foreach name, $(HOWTO_EN), $(OUT)/$(name).html)