diff docs/GNUmakefile @ 4068:22364b1f61c9

Initial English translation of Core and HTTP Core modules.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 05 Sep 2011 09:39:24 +0000
parents b427290fb6bc
children d889195c8db4
line wrap: on
line diff
--- 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/chang
 	$(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					\