comparison 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
comparison
equal deleted inserted replaced
199:8796246b31e1 200:19c060caf965
35 35
36 HOWTO_EN_XML = $(foreach name, $(HOWTO_EN), xml/$(name).xml) 36 HOWTO_EN_XML = $(foreach name, $(HOWTO_EN), xml/$(name).xml)
37 HOWTO_EN_HTML = $(foreach name, $(HOWTO_EN), $(OUT)/$(name).html) 37 HOWTO_EN_HTML = $(foreach name, $(HOWTO_EN), $(OUT)/$(name).html)
38 38
39 FAQ_EN = en/docs/sys_errlist \ 39 FAQ_EN = en/docs/sys_errlist \
40 en/docs/welcome_nginx_facebook 40 en/docs/welcome_nginx_facebook \
41 en/docs/faq/accept_failed \
42 en/docs/faq/daemon_master_process_off \
43 en/docs/faq/variables_in_config \
44 en/docs/faq/chunked_encoding_from_backend \
45 en/docs/faq/license_copyright
41 46
42 FAQ_EN_XML = $(foreach name, $(FAQ_EN), xml/$(name).xml) 47 FAQ_EN_XML = $(foreach name, $(FAQ_EN), xml/$(name).xml)
43 FAQ_EN_HTML = $(foreach name, $(FAQ_EN), $(OUT)/$(name).html) 48 FAQ_EN_HTML = $(foreach name, $(FAQ_EN), $(OUT)/$(name).html)
44 49
45 en: \ 50 en: \