diff xml/tr/GNUmakefile @ 606:cb43695220b2

o Move introduction/ and howto/ are rather small so move those sections into docs/. o Rename "nginx: faq" article and its lang-specific variations to "FAQ".
author Maxim Konovalov <maxim@nginx.com>
date Tue, 24 Jul 2012 10:18:38 +0000
parents 6fed92e2bcea
children 8afb4cbc63bb
line wrap: on
line diff
--- a/xml/tr/GNUmakefile	Fri Jul 20 13:15:21 2012 +0000
+++ b/xml/tr/GNUmakefile	Tue Jul 24 10:18:38 2012 +0000
@@ -1,29 +1,17 @@
 DOC_LANG =	tr
 
 DOCS =									\
-		introduction						\
-		howto							\
 		faq							\
 		windows							\
+		http/request_processing					\
+		http/server_names					\
+		http/configuring_https_servers				\
+		debugging_log						\
+		http/converting_rewrite_rules				\
 
 DOCS_XML =	$(foreach name, $(DOCS), xml/$(DOC_LANG)/docs/$(name).xml)
 DOCS_HTML =	$(foreach name, $(DOCS), $(OUT)/$(DOC_LANG)/docs/$(name).html)
 
-INTRO =									\
-		http/request_processing					\
-		http/server_names					\
-		http/configuring_https_servers				\
-
-INTRO_XML =	$(foreach name, $(INTRO), xml/$(DOC_LANG)/docs/$(name).xml)
-INTRO_HTML =	$(foreach name, $(INTRO), $(OUT)/$(DOC_LANG)/docs/$(name).html)
-
-HOWTO =									\
-		debugging_log						\
-		http/converting_rewrite_rules				\
-
-HOWTO_XML =	$(foreach name, $(HOWTO), xml/$(DOC_LANG)/docs/$(name).xml)
-HOWTO_HTML =	$(foreach name, $(HOWTO), $(OUT)/$(DOC_LANG)/docs/$(name).html)
-
 FAQ =									\
 		sys_errlist						\
 
@@ -41,11 +29,5 @@
 $(OUT)/$(DOC_LANG)/docs/index.html:					\
 		$(DOCS_XML)						\
 
-$(OUT)/$(DOC_LANG)/docs/introduction.html:				\
-		$(INTRO_XML)						\
-
-$(OUT)/$(DOC_LANG)/docs/howto.html:					\
-		$(HOWTO_XML)						\
-
 $(OUT)/$(DOC_LANG)/docs/faq.html:					\
 		$(FAQ_XML)						\