comparison GNUmakefile @ 31:dc74e3a8f324

Fixing the previous commit.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2011 12:56:05 +0000
parents 8ed43632a28c
children 61564cf3d4d2
comparison
equal deleted inserted replaced
30:8ed43632a28c 31:dc74e3a8f324
121 $(NEWS_DEPS) 121 $(NEWS_DEPS)
122 $(call XSLT, xslt/news.xslt, $<, $@) 122 $(call XSLT, xslt/news.xslt, $<, $@)
123 123
124 $(OUT)/index.rss: \ 124 $(OUT)/index.rss: \
125 xml/index.xml \ 125 xml/index.xml \
126 $(NEWS_DEPS) 126 $(NEWS_DEPS) \
127 xslt/rss.xslt \ 127 xslt/rss.xslt
128 $(call XSLT, xslt/rss.xslt, $<, $@) 128 $(call XSLT, xslt/rss.xslt, $<, $@)
129 129
130 130
131 $(OUT)/2010.html: \ 131 $(OUT)/2010.html: \
132 xml/index.xml \ 132 xml/index.xml \