annotate yaml/GNUmakefile @ 2662:e4d370d43176

Linux packages: removed apt-key usage to import gpg keys on Debian/Ubuntu. apt-key is deprecated since 2017 and will be removed after Debian 11 and Ubuntu 22.04. All distributions since at least 2013 support storing trusted keys in /etc/apt/trusted.gpg.d/ instead, so using it should be safe. A special workaround is added for Ubuntu 16.04 shipping gnupg 2.1, which is not compatible with the CLI invocation we use.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 17 Feb 2021 16:39:40 +0300
parents f99bf8ef5813
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2054
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1 API_HEAD=../xml/en/docs/http/ngx_http_api_module_head.xml
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3 ../xml/en/docs/http/ngx_http_api_module.xml: \
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4 nginx_api.yaml \
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5 yaml2xml.py \
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 $(API_HEAD)
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7 cat $(API_HEAD) > $@
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8 ./yaml2xml.py nginx_api.yaml >> $@
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9 echo "</module>" >> $@
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
10
f99bf8ef5813 Fixed "genapi" dependencies.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
11 .DELETE_ON_ERROR: