summaryrefslogtreecommitdiffhomepage
path: root/docs/GNUmakefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-10-09 06:49:54 +0000
committerRuslan Ermilov <ru@nginx.com>2011-10-09 06:49:54 +0000
commitc94b7e3d94cc260e64360613de6dc45da8236240 (patch)
tree034d8b1ca3ea2f8c1b70dac4222cc1315b533a3c /docs/GNUmakefile
parent94b5460c7002ff84cf675977c9b9f4228276ed6b (diff)
downloadnginx-c94b7e3d94cc260e64360613de6dc45da8236240.tar.gz
nginx-c94b7e3d94cc260e64360613de6dc45da8236240.tar.bz2
The reference documentation is moving elsewhere.
Diffstat (limited to 'docs/GNUmakefile')
-rw-r--r--docs/GNUmakefile26
1 files changed, 1 insertions, 25 deletions
diff --git a/docs/GNUmakefile b/docs/GNUmakefile
index ebd8332e7..7069a313c 100644
--- 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 @@ $(TEMP)/$(NGINX)/CHANGES: docs/xml/nginx/changes.xml \
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, $<, $@)