diff options
Diffstat (limited to 'docs/GNUmakefile')
| -rw-r--r-- | docs/GNUmakefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/GNUmakefile b/docs/GNUmakefile index 548e5b829..5cc995fef 100644 --- a/docs/GNUmakefile +++ b/docs/GNUmakefile @@ -24,6 +24,8 @@ define XSLT endef +all: changes html + changes: $(TEMP)/$(NGINX)/CHANGES.ru \ $(TEMP)/$(NGINX)/CHANGES @@ -55,8 +57,15 @@ docs/xslt/changes.xslt: docs/xsls/changes.xsls $(call XSLScript, docs/xsls/changes.xsls, $@) html: \ + docs/html/ngx_core_module.html \ docs/html/http/ngx_http_core_module.html +docs/html/%.html: \ + docs/xml/%.xml \ + docs/xslt/module.xslt \ + docs/dtd/module.dtd + $(call XSLT, docs/xslt/module.xslt, $<, $@) + docs/html/http/%.html: \ docs/xml/http/%.xml \ docs/xslt/module.xslt \ |
