diff docs/GNUmakefile @ 4187:b9dade63fcc2

The reference documentation is moving elsewhere.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 09 Oct 2011 06:49:54 +0000
parents d889195c8db4
children 3032f4854b81 0275f587e00b
line wrap: on
line diff
--- a/docs/GNUmakefile
+++ b/docs/GNUmakefile
@@ -24,7 +24,7 @@ define  XSLT
 endef
 
 
-all:		changes html
+all:		changes
 
 changes:	$(TEMP)/$(NGINX)/CHANGES.ru				\
 		$(TEMP)/$(NGINX)/CHANGES
@@ -55,27 +55,3 @@ changes:	$(TEMP)/$(NGINX)/CHANGES.ru				
 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/http/ngx_http_mp4_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					\
-		docs/dtd/module.dtd
-	$(call XSLT, docs/xslt/module.xslt, $<, $@)
-
-docs/xslt/module.xslt:							\
-		docs/xslt/directive.xslt				\
-		docs/xslt/content.xslt
-
-docs/xslt/%.xslt:		docs/xsls/%.xsls
-	$(call XSLScript, $<, $@)