diff xml/tr/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 18217133791f
line wrap: on
line diff
--- a/xml/tr/GNUmakefile	Thu Sep 29 14:20:44 2011 +0000
+++ b/xml/tr/GNUmakefile	Fri Sep 30 12:53:26 2011 +0000
@@ -33,17 +33,20 @@
 		$(HOWTO_TR_HTML)					\
 		$(FAQ_TR_HTML)						\
 
-$(OUT)/tr/docs/introduction.html:	xml/tr/docs/introduction.xml	\
-		$(ARTICLE_XSLT)						\
-		$(INTRO_TR_XML)
+$(OUT)/tr/docs/introduction.html:					\
+		xml/tr/docs/introduction.xml				\
+		$(INTRO_TR_XML)						\
+		$(ARTICLE_DEPS)
 	$(call XSLT, xslt/article.xslt, $<, $@)
 
-$(OUT)/tr/docs/howto.html:	xml/tr/docs/howto.xml			\
-		$(ARTICLE_XSLT)						\
-		$(HOWTO_TR_XML)
+$(OUT)/tr/docs/howto.html:						\
+		xml/tr/docs/howto.xml					\
+		$(HOWTO_TR_XML)						\
+		$(ARTICLE_DEPS)
 	$(call XSLT, xslt/article.xslt, $<, $@)
 
-$(OUT)/tr/docs/faq.html:	xml/tr/docs/faq.xml			\
-		$(ARTICLE_XSLT)						\
-		$(FAQ_TR_XML)
+$(OUT)/tr/docs/faq.html:						\
+		xml/tr/docs/faq.xml					\
+		$(FAQ_TR_XML)						\
+		$(ARTICLE_DEPS)
 	$(call XSLT, xslt/article.xslt, $<, $@)