comparison GNUmakefile @ 22:9d3403f5204d

nginx-1.1.3, ngx_http_mp4_module
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Sep 2011 15:05:04 +0000
parents 39768562fc89
children 1201fabeccf7
comparison
equal deleted inserted replaced
21:a6e1763d5590 22:9d3403f5204d
44 xml/versions.xml \ 44 xml/versions.xml \
45 xslt/article.xslt \ 45 xslt/article.xslt \
46 dtd/article.dtd \ 46 dtd/article.dtd \
47 dtd/content.dtd \ 47 dtd/content.dtd \
48 48
49 MODULE_XSLT = xml/menu.xml \
50 xml/versions.xml \
51 xslt/module.xslt \
52 xslt/directive.xslt \
53 dtd/module.dtd \
54 dtd/content.dtd \
55
49 include xml/en/GNUmakefile 56 include xml/en/GNUmakefile
50 include xml/ja/GNUmakefile 57 include xml/ja/GNUmakefile
51 include xml/he/GNUmakefile 58 include xml/he/GNUmakefile
52 include xml/ru/GNUmakefile 59 include xml/ru/GNUmakefile
53 include xml/tr/GNUmakefile 60 include xml/tr/GNUmakefile
88 dtd/article.dtd \ 95 dtd/article.dtd \
89 dtd/content.dtd 96 dtd/content.dtd
90 $(call XSLT, xslt/error.xslt, $<, $@) 97 $(call XSLT, xslt/error.xslt, $<, $@)
91 98
92 99
100 $(OUT)/%_module.html: xml/%_module.xml \
101 $(MODULE_XSLT)
102 $(call XSLT, xslt/module.xslt, $<, $@)
103
104
93 $(OUT)/%.html: xml/%.xml \ 105 $(OUT)/%.html: xml/%.xml \
94 $(ARTICLE_XSLT) 106 $(ARTICLE_XSLT)
95 $(call XSLT, xslt/article.xslt, $<, $@) 107 $(call XSLT, xslt/article.xslt, $<, $@)
96 108
97 109
102 xslt/body.xslt \ 114 xslt/body.xslt \
103 xslt/menu.xslt \ 115 xslt/menu.xslt \
104 xslt/content.xslt 116 xslt/content.xslt
105 117
106 xslt/article.xslt: xsls/article.xsls \ 118 xslt/article.xslt: xsls/article.xsls \
119 xslt/dirname.xslt \
120 xslt/link.xslt \
121 xslt/style.xslt \
122 xslt/body.xslt \
123 xslt/menu.xslt \
124 xslt/donate.xslt \
125 xslt/content.xslt \
126 xslt/versions.xslt
127
128 xslt/module.xslt: xsls/module.xsls \
107 xslt/dirname.xslt \ 129 xslt/dirname.xslt \
108 xslt/link.xslt \ 130 xslt/link.xslt \
109 xslt/style.xslt \ 131 xslt/style.xslt \
110 xslt/body.xslt \ 132 xslt/body.xslt \
111 xslt/menu.xslt \ 133 xslt/menu.xslt \