# HG changeset patch # User Maxim Konovalov # Date 1395765324 0 # Node ID 28c05aa07b5fa43bc0071b1b5438cf002ee3357e # Parent a0543e9213e75c7d611221871600580f91f3d05b "Nginx Module Extension" book added. diff -r a0543e9213e7 -r 28c05aa07b5f GNUmakefile --- a/GNUmakefile Tue Mar 25 19:01:20 2014 +0400 +++ b/GNUmakefile Tue Mar 25 16:35:24 2014 +0000 @@ -165,7 +165,8 @@ binary/books/nginx_in_practice.jpg \ binary/books/mastering_nginx.jpg \ binary/books/nginx_http_server_2nd_ed.jpg \ - binary/books/instant_nginx_starter.jpg + binary/books/instant_nginx_starter.jpg \ + binary/books/nginx_module_extension.jpg binary/books/nginx_http_server_jp.jpg: sources/1106030720.jpg mkdir -p $(dir $@) @@ -196,6 +197,10 @@ mkdir -p $(dir $@) $(call JPEGNORM, $<, $@) +binary/books/nginx_module_extension.jpg: sources/3046OS_cover.jpg + mkdir -p $(dir $@) + $(call JPEGNORM, $<, $@) + .PHONY: gzip gzip: rsync_gzip diff -r a0543e9213e7 -r 28c05aa07b5f sources/3046OS_cover.jpg Binary file sources/3046OS_cover.jpg has changed diff -r a0543e9213e7 -r 28c05aa07b5f xml/en/books.xml --- a/xml/en/books.xml Tue Mar 25 19:01:20 2014 +0400 +++ b/xml/en/books.xml Tue Mar 25 16:35:24 2014 +0000 @@ -14,6 +14,15 @@
+ +