diff GNUmakefile @ 1658:ae713f8acaca

Two Japanese books.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 24 Feb 2016 15:42:57 +0000
parents 280cf6c0888a
children 03715a31e037
line wrap: on
line diff
--- a/GNUmakefile	Wed Feb 24 18:06:22 2016 +0300
+++ b/GNUmakefile	Wed Feb 24 15:42:57 2016 +0000
@@ -169,6 +169,8 @@
 	$(call XSLScript, $<, $@)
 
 images:									\
+		binary/books/practical_nginx_guide_jp.jpg		\
+		binary/books/nginx_pocket_reference_jp.jpg		\
 		binary/books/nginx_http_server_jp.jpg			\
 		binary/books/nginx_1_web_server.jpg			\
 		binary/books/nginx_http_server.jpg			\
@@ -180,6 +182,15 @@
 		binary/books/nginx_high_performance.jpg			\
 		binary/books/nginx_essentials.jpg
 
+binary/books/practical_nginx_guide_jp.jpg:	sources/9784774178660.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
+binary/books/nginx_pocket_reference_jp.jpg:				\
+		sources/51JYTdy8jrL._SX335_BO1,204,203,200_.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
 binary/books/nginx_http_server_jp.jpg:	sources/1106030720.jpg
 	mkdir -p $(dir $@)
 	$(call JPEGNORM, $<, $@)