changeset 31:dc74e3a8f324

Fixing the previous commit.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2011 12:56:05 +0000
parents 8ed43632a28c
children 2bcfb5f75e06
files GNUmakefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Fri Sep 30 12:53:26 2011 +0000
+++ b/GNUmakefile	Fri Sep 30 12:56:05 2011 +0000
@@ -123,8 +123,8 @@
 
 $(OUT)/index.rss:							\
 		xml/index.xml						\
-		$(NEWS_DEPS)
-		xslt/rss.xslt						\
+		$(NEWS_DEPS)						\
+		xslt/rss.xslt
 	$(call XSLT, xslt/rss.xslt, $<, $@)