comparison 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
comparison
equal deleted inserted replaced
4067:da811964e37c 4068:22364b1f61c9
21 $(shell echo $4 \\ 21 $(shell echo $4 \\
22 | sed -e "s/\([^= ]*\)=\([^= ]*\)/--param \1 \"'\2'\"/g") \ 22 | sed -e "s/\([^= ]*\)=\([^= ]*\)/--param \1 \"'\2'\"/g") \
23 $1 $2 23 $1 $2
24 endef 24 endef
25 25
26
27 all: changes html
26 28
27 changes: $(TEMP)/$(NGINX)/CHANGES.ru \ 29 changes: $(TEMP)/$(NGINX)/CHANGES.ru \
28 $(TEMP)/$(NGINX)/CHANGES 30 $(TEMP)/$(NGINX)/CHANGES
29 31
30 32
53 docs/xslt/changes.xslt: docs/xsls/changes.xsls 55 docs/xslt/changes.xslt: docs/xsls/changes.xsls
54 56
55 $(call XSLScript, docs/xsls/changes.xsls, $@) 57 $(call XSLScript, docs/xsls/changes.xsls, $@)
56 58
57 html: \ 59 html: \
60 docs/html/ngx_core_module.html \
58 docs/html/http/ngx_http_core_module.html 61 docs/html/http/ngx_http_core_module.html
62
63 docs/html/%.html: \
64 docs/xml/%.xml \
65 docs/xslt/module.xslt \
66 docs/dtd/module.dtd
67 $(call XSLT, docs/xslt/module.xslt, $<, $@)
59 68
60 docs/html/http/%.html: \ 69 docs/html/http/%.html: \
61 docs/xml/http/%.xml \ 70 docs/xml/http/%.xml \
62 docs/xslt/module.xslt \ 71 docs/xslt/module.xslt \
63 docs/dtd/module.dtd 72 docs/dtd/module.dtd