# HG changeset patch # User Ruslan Ermilov # Date 1346911969 0 # Node ID 0be0145c7ad87bcba178c55d85e0d552a85391b7 # Parent 7205c76301577ff199f87ba3d566ec3412dca840 Reduced diffs between makefiles. diff --git a/xml/en/GNUmakefile b/xml/en/GNUmakefile --- a/xml/en/GNUmakefile +++ b/xml/en/GNUmakefile @@ -34,13 +34,13 @@ FAQ_HTML = $(foreach name, $(FAQ), $(OUT REFS = \ ngx_core_module \ - http/ngx_http_core_module \ http/ngx_http_access_module \ http/ngx_http_addition_module \ http/ngx_http_auth_basic_module \ http/ngx_http_autoindex_module \ http/ngx_http_browser_module \ http/ngx_http_charset_module \ + http/ngx_http_core_module \ http/ngx_http_dav_module \ http/ngx_http_empty_gif_module \ http/ngx_http_fastcgi_module \ @@ -72,13 +72,13 @@ REFS = \ http/ngx_http_upstream_module \ http/ngx_http_userid_module \ http/ngx_http_xslt_module \ + mail/ngx_mail_auth_http_module \ mail/ngx_mail_core_module \ - mail/ngx_mail_auth_http_module \ - mail/ngx_mail_proxy_module \ - mail/ngx_mail_ssl_module \ mail/ngx_mail_imap_module \ mail/ngx_mail_pop3_module \ + mail/ngx_mail_proxy_module \ mail/ngx_mail_smtp_module \ + mail/ngx_mail_ssl_module \ REFS_XML = $(foreach name, $(REFS), xml/$(DOC_LANG)/docs/$(name).xml) REFS_HTML = $(foreach name, $(REFS), $(OUT)/$(DOC_LANG)/docs/$(name).html)