comparison xml/ru/GNUmakefile @ 637:9a85069172dc

IMAP/POP3/SMTP directives split into their own modules.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 16 Aug 2012 05:04:04 +0000
parents a235ce0f8eef
children bb450e295ca2
comparison
equal deleted inserted replaced
636:310872ba13ae 637:9a85069172dc
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_auth_http_module \
68 mail/ngx_mail_core_module \ 69 mail/ngx_mail_core_module \
69 mail/ngx_mail_auth_http_module \ 70 mail/ngx_mail_imap_module \
71 mail/ngx_mail_pop3_module \
70 mail/ngx_mail_proxy_module \ 72 mail/ngx_mail_proxy_module \
73 mail/ngx_mail_smtp_module \
71 mail/ngx_mail_ssl_module \ 74 mail/ngx_mail_ssl_module \
72 75
73 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml) 76 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml)
74 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html) 77 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html)
75 78