diff GNUmakefile @ 2165:e4e6a7a6b22f

Added new book about nginx.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 22 May 2018 10:27:41 +0300
parents 51ce1baf7b67
children 486ea60817dc
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -189,7 +189,8 @@ images:									\
 		binary/books/instant_nginx_starter.jpg			\
 		binary/books/nginx_module_extension.jpg			\
 		binary/books/nginx_high_performance.jpg			\
-		binary/books/nginx_essentials.jpg
+		binary/books/nginx_essentials.jpg			\
+		binary/books/nginx_http_server_4th_ed.jpg
 
 binary/books/nginx_cookbook.jpg:	sources/B05431_0.jpg
 	mkdir -p $(dir $@)
@@ -259,6 +260,9 @@ binary/books/nginx_essentials.jpg:	sourc
 	mkdir -p $(dir $@)
 	$(call JPEGNORM, $<, $@)
 
+binary/books/nginx_http_server_4th_ed.jpg:	sources/9781788623551.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
 
 .PHONY:	gzip
 gzip:	rsync_gzip