diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/GNUmakefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/GNUmakefile b/docs/GNUmakefile index fff774408..2d9d4182b 100644 --- a/docs/GNUmakefile +++ b/docs/GNUmakefile @@ -52,3 +52,19 @@ docs/xslt/changes.xslt: docs/xsls/changes.xsls $(call XSLScript, docs/xsls/changes.xsls, $@) +html: \ + docs/html/http/ngx_http_core_module.html + +docs/html/http/ngx_http_core_module.html: \ + docs/xml/http/ngx_http_core_module.xml \ + docs/xslt/module.xslt \ + docs/dtd/module.dtd + $(call XSLT, docs/xslt/module.xslt, $<, $@) + +docs/xslt/module.xslt: docs/xsls/module.xsls \ + docs/xslt/directive.xslt \ + docs/xslt/content.xslt + $(call XSLScript, $<, $@) + +docs/xslt/%.xslt: docs/xsls/%.xsls + $(call XSLScript, $<, $@) |
