changeset 248:c9349a06b234

Added missing dependency.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 19 Dec 2011 11:35:29 +0000
parents 6f411297069c
children 0f43f2c32c0b
files xml/ru/GNUmakefile
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/ru/GNUmakefile
+++ b/xml/ru/GNUmakefile
@@ -88,6 +88,10 @@ REFS_HTML =	$(foreach name, $(REFS), $(O
 		$(DOWNLOAD_DEPS)
 	$(call XSLT, xslt/download.xslt, $<, $@)
 
+$(OUT)/$(DOC_LANG)/docs/index.html:					\
+		$(DOCS_XML)						\
+		$(REFS_XML)						\
+
 $(OUT)/$(DOC_LANG)/docs/howto.html:					\
 		$(HOWTO_XML)						\