comparison yaml/GNUmakefile @ 2054:f99bf8ef5813

Fixed "genapi" dependencies.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 04 Oct 2017 14:51:18 +0300
parents
children
comparison
equal deleted inserted replaced
2053:2ac75347ed1a 2054:f99bf8ef5813
1 API_HEAD=../xml/en/docs/http/ngx_http_api_module_head.xml
2
3 ../xml/en/docs/http/ngx_http_api_module.xml: \
4 nginx_api.yaml \
5 yaml2xml.py \
6 $(API_HEAD)
7 cat $(API_HEAD) > $@
8 ./yaml2xml.py nginx_api.yaml >> $@
9 echo "</module>" >> $@
10
11 .DELETE_ON_ERROR: