comparison xml/ru/GNUmakefile @ 630:a235ce0f8eef

Initial mail proxy server documentation in Russian. Obtained from Anton Yuzhaninov.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 15 Aug 2012 07:56:36 +0000
parents cb43695220b2
children 9a85069172dc
comparison
equal deleted inserted replaced
629:7e4805858796 630:a235ce0f8eef
63 http/ngx_http_ssl_module \ 63 http/ngx_http_ssl_module \
64 http/ngx_http_sub_module \ 64 http/ngx_http_sub_module \
65 http/ngx_http_upstream_module \ 65 http/ngx_http_upstream_module \
66 http/ngx_http_userid_module \ 66 http/ngx_http_userid_module \
67 http/ngx_http_xslt_module \ 67 http/ngx_http_xslt_module \
68 mail/ngx_mail_core_module \
69 mail/ngx_mail_auth_http_module \
70 mail/ngx_mail_proxy_module \
71 mail/ngx_mail_ssl_module \
68 72
69 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml) 73 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml)
70 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html) 74 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html)
71 75
72 $(DOC_LANG): \ 76 $(DOC_LANG): \