comparison GNUmakefile @ 27:1201fabeccf7

Added .SECONDARY to preserve intermediate files.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 29 Sep 2011 12:46:58 +0000
parents 9d3403f5204d
children 02fc5e96a305
comparison
equal deleted inserted replaced
26:af5c42bbad23 27:1201fabeccf7
94 xslt/error.xslt \ 94 xslt/error.xslt \
95 dtd/article.dtd \ 95 dtd/article.dtd \
96 dtd/content.dtd 96 dtd/content.dtd
97 $(call XSLT, xslt/error.xslt, $<, $@) 97 $(call XSLT, xslt/error.xslt, $<, $@)
98 98
99 .SECONDARY:
99 100
100 $(OUT)/%_module.html: xml/%_module.xml \ 101 $(OUT)/%_module.html: xml/%_module.xml \
101 $(MODULE_XSLT) 102 $(MODULE_XSLT)
102 $(call XSLT, xslt/module.xslt, $<, $@) 103 $(call XSLT, xslt/module.xslt, $<, $@)
103 104