changeset 1821:4639fa9d7e0a

Alex Kapranoff's book added.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Oct 2016 12:11:16 +0000
parents 3819d59088d9
children 9c1475613c59
files GNUmakefile sources/51T7ds6JdBL._SX404_BO1,204,203,200_.jpg xml/en/books.xml
diffstat 3 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Tue Oct 18 18:27:20 2016 +0300
+++ b/GNUmakefile	Wed Oct 19 12:11:16 2016 +0000
@@ -169,6 +169,7 @@
 	$(call XSLScript, $<, $@)
 
 images:									\
+		binary/books/nginx_troubleshooting.jpg			\
 		binary/books/nginx_richtig_konfigurieren.jpg		\
 		binary/books/practical_nginx_guide_jp.jpg		\
 		binary/books/nginx_pocket_reference_jp.jpg		\
@@ -183,6 +184,11 @@
 		binary/books/nginx_high_performance.jpg			\
 		binary/books/nginx_essentials.jpg
 
+binary/books/nginx_troubleshooting.jpg:					\
+		sources/51T7ds6JdBL._SX404_BO1,204,203,200_.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
 binary/books/nginx_richtig_konfigurieren.jpg:	sources/5106%2B0b2pbL.jpg
 	mkdir -p $(dir $@)
 	$(call JPEGNORM, $<, $@)
Binary file sources/51T7ds6JdBL._SX404_BO1,204,203,200_.jpg has changed
--- a/xml/en/books.xml	Tue Oct 18 18:27:20 2016 +0300
+++ b/xml/en/books.xml	Wed Oct 19 12:11:16 2016 +0000
@@ -14,6 +14,14 @@
 <section>
 
 <book
+    title="Nginx Troubleshooting"
+    link="https://www.amazon.com/Nginx-Troubleshooting-Alex-Kapranoff/dp/1785288652/"
+    author="Alex Kapranoff"
+    publisher="Packt Publishing"
+    lang="English"
+    cover="../books/nginx_troubleshooting.jpg" />
+
+<book
     title="Nginx richtig konfigurieren"
     link="https://www.amazon.de/Nginx-richtig-konfigurieren-Websites-WordPress-ebook/dp/B01GI4C982/"
     author="Oliver Gutperl"