comparison GNUmakefile @ 1309:59f7fb43e39c

Design: used generic layout for error pages.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 20:02:47 +0400
parents 7b60ab795af8
children 21089e4b021b
comparison
equal deleted inserted replaced
1308:f0383f5cfbb8 1309:59f7fb43e39c
149 $(NEWS_DEPS) 149 $(NEWS_DEPS)
150 $(call XSLT, xslt/news.xslt, $<, $@, YEAR, $(basename $(notdir $@))) 150 $(call XSLT, xslt/news.xslt, $<, $@, YEAR, $(basename $(notdir $@)))
151 151
152 $(OUT)/404.html: \ 152 $(OUT)/404.html: \
153 xml/404.xml \ 153 xml/404.xml \
154 xml/menu.xml \ 154 $(COMMON_DEPS) \
155 dtd/error.dtd \ 155 dtd/error.dtd \
156 xslt/error.xslt \ 156 xslt/error.xslt
157 xslt/dirname.xslt \
158 xslt/menu.xslt \
159 xslt/ga.xslt
160 $(call XSLT, xslt/error.xslt, $<, $@) 157 $(call XSLT, xslt/error.xslt, $<, $@)
161 158
162 $(OUT)/%.html: xml/%.xml \ 159 $(OUT)/%.html: xml/%.xml \
163 $(ARTICLE_DEPS) 160 $(ARTICLE_DEPS)
164 $(call XSLT, xslt/article.xslt, $<, $@) 161 $(call XSLT, xslt/article.xslt, $<, $@)