comparison xml/en/GNUmakefile @ 153:317ac898ba50

Initial translation of the "ngx_http_index_module" and "ngx_http_random_index_module".
author Ruslan Ermilov <ru@nginx.com>
date Wed, 26 Oct 2011 08:37:48 +0000
parents 0188d11c77dd
children 8cc01e2179a9
comparison
equal deleted inserted replaced
152:5a35535f7cdf 153:317ac898ba50
24 24
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_mp4_module \ 30 en/docs/http/ngx_http_mp4_module \
31 en/docs/http/ngx_http_random_index_module \
30 32
31 HOWTO_EN_XML = $(foreach name, $(HOWTO_EN), xml/$(name).xml) 33 HOWTO_EN_XML = $(foreach name, $(HOWTO_EN), xml/$(name).xml)
32 HOWTO_EN_HTML = $(foreach name, $(HOWTO_EN), $(OUT)/$(name).html) 34 HOWTO_EN_HTML = $(foreach name, $(HOWTO_EN), $(OUT)/$(name).html)
33 35
34 FAQ_EN = en/docs/sys_errlist \ 36 FAQ_EN = en/docs/sys_errlist \