comparison docs/GNUmakefile @ 3996:fc808f006ff4

skeleton for documentation processing
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Aug 2011 09:25:34 +0000
parents 3ce6b8cedcb9
children cb90f030acfd
comparison
equal deleted inserted replaced
3995:3ce6b8cedcb9 3996:fc808f006ff4
50 50
51 docs/xslt/changes.xslt: docs/xsls/changes.xsls 51 docs/xslt/changes.xslt: docs/xsls/changes.xsls
52 52
53 $(call XSLScript, docs/xsls/changes.xsls, $@) 53 $(call XSLScript, docs/xsls/changes.xsls, $@)
54 54
55 html: \
56 docs/html/http/ngx_http_core_module.html
57
58 docs/html/http/ngx_http_core_module.html: \
59 docs/xml/http/ngx_http_core_module.xml \
60 docs/xslt/module.xslt \
61 docs/dtd/module.dtd
62 $(call XSLT, docs/xslt/module.xslt, $<, $@)
63
64 docs/xslt/module.xslt: docs/xsls/module.xsls \
65 docs/xslt/directive.xslt \
66 docs/xslt/content.xslt
67 $(call XSLScript, $<, $@)
68
69 docs/xslt/%.xslt: docs/xsls/%.xsls
70 $(call XSLScript, $<, $@)