diff xml/en/GNUmakefile @ 200:19c060caf965

- Figured out how to add new faq entries to makefile - Aligned sys_errlist style with the other entries - Minor typos corrected in the other entries
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 17:19:40 +0000
parents abc48ad4b7c4
children eed54ef19197
line wrap: on
line diff
--- a/xml/en/GNUmakefile
+++ b/xml/en/GNUmakefile
@@ -37,7 +37,12 @@ HOWTO_EN_XML =	$(foreach name, $(HOWTO_E
 HOWTO_EN_HTML =	$(foreach name, $(HOWTO_EN), $(OUT)/$(name).html)
 
 FAQ_EN =	en/docs/sys_errlist					\
-		en/docs/welcome_nginx_facebook
+		en/docs/welcome_nginx_facebook				\
+		en/docs/faq/accept_failed				\
+		en/docs/faq/daemon_master_process_off			\
+		en/docs/faq/variables_in_config				\
+		en/docs/faq/chunked_encoding_from_backend		\
+		en/docs/faq/license_copyright
 
 FAQ_EN_XML =	$(foreach name, $(FAQ_EN), xml/$(name).xml)
 FAQ_EN_HTML =	$(foreach name, $(FAQ_EN), $(OUT)/$(name).html)