Skip to content

Commit

Permalink
The reference documentation is moving elsewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdocguard committed Oct 9, 2011
1 parent 94b5460 commit c94b7e3
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 4,772 deletions.
26 changes: 1 addition & 25 deletions docs/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define XSLT
endef


all: changes html
all: changes

changes: $(TEMP)/$(NGINX)/CHANGES.ru \
$(TEMP)/$(NGINX)/CHANGES
Expand Down Expand Up @@ -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, $<, $@)
85 changes: 0 additions & 85 deletions docs/dtd/module.dtd

This file was deleted.

Loading

0 comments on commit c94b7e3

Please sign in to comment.