Initial English translation of Core and HTTP Core modules.

This commit is contained in:
Ruslan Ermilov
2011-09-05 09:39:24 +00:00
parent 52d83a3c4a
commit 6cf3e3b1d0
3 changed files with 2167 additions and 16 deletions

View File

@@ -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 \