diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2011-09-05 09:39:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2011-09-05 09:39:24 +0000 |
| commit | 6cf3e3b1d08251e9b2db6ec52d53cdba783ca7b0 (patch) | |
| tree | af46f280f862305a6ca0e71339fdf6e3e435ef4c /docs/GNUmakefile | |
| parent | 52d83a3c4af2f015fc56e5a97113e919844fa069 (diff) | |
| download | nginx-6cf3e3b1d08251e9b2db6ec52d53cdba783ca7b0.tar.gz nginx-6cf3e3b1d08251e9b2db6ec52d53cdba783ca7b0.tar.bz2 | |
Initial English translation of Core and HTTP Core modules.
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 \ |
