From a6c91b11bf77264badc714e53e710803cf181a73 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 5 Aug 2011 09:25:34 +0000 Subject: skeleton for documentation processing --- docs/GNUmakefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/GNUmakefile') 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, $<, $@) -- cgit