changeset 284:7e464158471f

Gzip public PGP keys.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Dec 2011 13:10:31 +0000
parents eaaf65085bda
children 2305be197a84
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -198,6 +198,7 @@ do_gzip:	$(addsuffix .gz, $(wildcard $(Z
 		$(addsuffix .gz, $(wildcard $(ZIP)/en/CHANGES-?.?))	\
 		$(ZIP)/ru/CHANGES.ru.gz					\
 		$(addsuffix .gz, $(wildcard $(ZIP)/ru/CHANGES.ru-?.?))	\
+		$(addsuffix .gz, $(wildcard $(ZIP)/keys/*.key))		\
 
 	find $(ZIP) -type f ! -name '*.gz' -exec test \! -e {}.gz \; -print