diff xml/ru/GNUmakefile @ 30:8ed43632a28c

Fixing dependencies of included XSLT files.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2011 12:53:26 +0000
parents 61e04fc01027
children 4a4caa566120
line wrap: on
line diff
--- a/xml/ru/GNUmakefile	Thu Sep 29 14:20:44 2011 +0000
+++ b/xml/ru/GNUmakefile	Fri Sep 30 12:53:26 2011 +0000
@@ -17,14 +17,13 @@
 		$(DOCS_RU_HTML)						\
 		$(FAQ_RU_HTML)						\
 
-$(OUT)/ru/download.html:	xml/ru/download.xml			\
-		xml/menu.xml						\
-		xslt/download.xslt					\
-		dtd/article.dtd						\
-		dtd/content.dtd
+$(OUT)/ru/download.html:						\
+		xml/ru/download.xml					\
+		$(DOWNLOAD_DEPS)
 	$(call XSLT, xslt/download.xslt, $<, $@)
 
-$(OUT)/ru/docs/faq.html:	xml/ru/docs/faq.xml			\
-		$(ARTICLE_XSLT)						\
-		$(FAQ_RU_XML)
+$(OUT)/ru/docs/faq.html:						\
+		xml/ru/docs/faq.xml					\
+		$(FAQ_RU_XML)						\
+		$(ARTICLE_DEPS)
 	$(call XSLT, xslt/article.xslt, $<, $@)