comparison xml/en/GNUmakefile @ 670:0be0145c7ad8

Reduced diffs between makefiles.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 06 Sep 2012 06:12:49 +0000
parents 8283b1048b27
children 08140f6b7964
comparison
equal deleted inserted replaced
669:7205c7630157 670:0be0145c7ad8
32 FAQ_XML = $(foreach name, $(FAQ), xml/$(DOC_LANG)/docs/$(name).xml) 32 FAQ_XML = $(foreach name, $(FAQ), xml/$(DOC_LANG)/docs/$(name).xml)
33 FAQ_HTML = $(foreach name, $(FAQ), $(OUT)/$(DOC_LANG)/docs/$(name).html) 33 FAQ_HTML = $(foreach name, $(FAQ), $(OUT)/$(DOC_LANG)/docs/$(name).html)
34 34
35 REFS = \ 35 REFS = \
36 ngx_core_module \ 36 ngx_core_module \
37 http/ngx_http_core_module \
38 http/ngx_http_access_module \ 37 http/ngx_http_access_module \
39 http/ngx_http_addition_module \ 38 http/ngx_http_addition_module \
40 http/ngx_http_auth_basic_module \ 39 http/ngx_http_auth_basic_module \
41 http/ngx_http_autoindex_module \ 40 http/ngx_http_autoindex_module \
42 http/ngx_http_browser_module \ 41 http/ngx_http_browser_module \
43 http/ngx_http_charset_module \ 42 http/ngx_http_charset_module \
43 http/ngx_http_core_module \
44 http/ngx_http_dav_module \ 44 http/ngx_http_dav_module \
45 http/ngx_http_empty_gif_module \ 45 http/ngx_http_empty_gif_module \
46 http/ngx_http_fastcgi_module \ 46 http/ngx_http_fastcgi_module \
47 http/ngx_http_flv_module \ 47 http/ngx_http_flv_module \
48 http/ngx_http_geo_module \ 48 http/ngx_http_geo_module \
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_auth_http_module \
75 mail/ngx_mail_core_module \ 76 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 \ 77 mail/ngx_mail_imap_module \
80 mail/ngx_mail_pop3_module \ 78 mail/ngx_mail_pop3_module \
79 mail/ngx_mail_proxy_module \
81 mail/ngx_mail_smtp_module \ 80 mail/ngx_mail_smtp_module \
81 mail/ngx_mail_ssl_module \
82 82
83 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml) 83 REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml)
84 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html) 84 REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html)
85 85
86 $(DOC_LANG): \ 86 $(DOC_LANG): \