Initial English translation of Core and HTTP Core modules.
diff --git a/docs/GNUmakefile b/docs/GNUmakefile
index 548e5b8..5cc995f 100644
--- a/docs/GNUmakefile
+++ b/docs/GNUmakefile
@@ -24,6 +24,8 @@
endef
+all: changes html
+
changes: $(TEMP)/$(NGINX)/CHANGES.ru \
$(TEMP)/$(NGINX)/CHANGES
@@ -55,8 +57,15 @@
$(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 \