view yaml/GNUmakefile @ 2729:886c6507ee04

Fixed a broken link in the Unit 1.24.0 announcement.
author Artem Konev <artem.konev@nginx.com>
date Fri, 28 May 2021 11:11:20 +0100
parents f99bf8ef5813
children
line wrap: on
line source

API_HEAD=../xml/en/docs/http/ngx_http_api_module_head.xml

../xml/en/docs/http/ngx_http_api_module.xml:				\
		nginx_api.yaml						\
		yaml2xml.py						\
		$(API_HEAD)
	cat $(API_HEAD) > $@
	./yaml2xml.py nginx_api.yaml >> $@
	echo "</module>" >> $@

.DELETE_ON_ERROR: