changeset 670:0be0145c7ad8

Reduced diffs between makefiles.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 06 Sep 2012 06:12:49 +0000
parents 7205c7630157
children 59def594b0c9
files xml/en/GNUmakefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)