From 8179d2bc6a3857251b3b4dab7e476e4302c9b3fe Mon Sep 17 00:00:00 2001 From: Chris James Date: Tue, 9 Jul 2019 17:18:57 +0100 Subject: [PATCH] add roman numerals to book building scripts --- build.books.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.books.sh b/build.books.sh index fba7d74fc..b673ce7ff 100755 --- a/build.books.sh +++ b/build.books.sh @@ -18,6 +18,7 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.pdf --latex- reflection.md \ sync.md \ context.md \ + roman-numerals.md \ app-intro.md \ http-server.md \ json.md \ @@ -44,6 +45,7 @@ docker run -v `pwd`:/source jagregory/pandoc -o learn-go-with-tests.epub --latex reflection.md \ sync.md \ context.md \ + roman-numerals.md \ app-intro.md \ http-server.md \ json.md \