comparison xml/en/GNUmakefile @ 664:8283b1048b27

Translated mail modules into English.
author Vladimir Homutov <vl@nginx.com>
date Wed, 05 Sep 2012 14:07:43 +0000
parents cb43695220b2
children 0be0145c7ad8
comparison
equal deleted inserted replaced
663:639bbb0c9d05 664:8283b1048b27
70 http/ngx_http_ssl_module \ 70 http/ngx_http_ssl_module \
71 http/ngx_http_sub_module \ 71 http/ngx_http_sub_module \
72 http/ngx_http_upstream_module \ 72 http/ngx_http_upstream_module \
73 http/ngx_http_userid_module \ 73 http/ngx_http_userid_module \
74 http/ngx_http_xslt_module \ 74 http/ngx_http_xslt_module \
75 mail/ngx_mail_core_module \
76 mail/ngx_mail_auth_http_module \
77 mail/ngx_mail_proxy_module \
78 mail/ngx_mail_ssl_module \
79 mail/ngx_mail_imap_module \
80 mail/ngx_mail_pop3_module \
81 mail/ngx_mail_smtp_module \
75 82
76 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml) 83 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml)
77 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html) 84 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html)
78 85
79 $(DOC_LANG): \ 86 $(DOC_LANG): \