mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Initial English translation of Core and HTTP Core modules.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user