view xml/he/GNUmakefile @ 681:67826df692cc

Translated 'syntax' article into English and gave it a better name.
author Vladimir Homutov <vl@nginx.com>
date Fri, 14 Sep 2012 13:07:32 +0000
parents cb43695220b2
children 8afb4cbc63bb
line wrap: on
line source

DOC_LANG =	he

DOCS =									\
		windows							\
		http/server_names					\
		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)

$(DOC_LANG):								\
		$(OUT)/$(DOC_LANG)/index.html				\
		$(OUT)/$(DOC_LANG)/docs/index.html			\
		$(DOCS_HTML)						\
		$(INTRO_HTML)						\
		$(HOWTO_HTML)						\

$(OUT)/$(DOC_LANG)/docs/index.html:					\
		$(DOCS_XML)						\