diff xml/en/GNUmakefile @ 186:abc48ad4b7c4

Translated the "Controlling nginx" article into English.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 18 Nov 2011 08:42:40 +0000
parents 8cc01e2179a9
children 19c060caf965
line wrap: on
line diff
--- a/xml/en/GNUmakefile
+++ b/xml/en/GNUmakefile
@@ -1,8 +1,9 @@
 
-DOCS_EN =	en/docs/windows						\
+DOCS_EN =	en/docs/control						\
 		en/docs/introduction					\
 		en/docs/howto						\
 		en/docs/faq						\
+		en/docs/windows						\
 
 DOCS_EN_XML =	$(foreach name, $(DOCS_EN), xml/$(name).xml)
 DOCS_EN_HTML =	$(foreach name, $(DOCS_EN), $(OUT)/$(name).html)