diff GNUmakefile @ 730:76e876c58dc0

Added glue to generate compressed mail docs.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 15 Oct 2012 09:20:33 +0000
parents b2b10d564893
children 99ea52dbb4d4
line wrap: on
line diff
--- a/GNUmakefile	Mon Oct 15 09:18:40 2012 +0000
+++ b/GNUmakefile	Mon Oct 15 09:20:33 2012 +0000
@@ -163,7 +163,7 @@
 do_gzip:	$(addsuffix .gz, $(wildcard $(ZIP)/*.html))		\
 		$(addsuffix .gz,					\
 			$(foreach lang, $(LANGS),			\
-			$(foreach dir, . docs docs/faq docs/http,	\
+			$(foreach dir, . docs docs/faq docs/http docs/mail, \
 			$(wildcard $(ZIP)/$(lang)/$(dir)/*.html))))	\
 		$(ZIP)/index.rss.gz					\
 		$(ZIP)/LICENSE.gz					\