X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=graphics%2Fupdate;h=5896867bc17fa295dbe788f43e93380ea6bac1f2;hb=5a3e836da9480bca0c3ef3384fa2010f358ccc7e;hp=5fc7aa519bf35b64968520e8b6d81e88e5744f71;hpb=ad44531cdd4e6d8ce77822e6b06a43d19979aae9;p=dcpomatic.git diff --git a/graphics/update b/graphics/update index 5fc7aa519..5896867bc 100755 --- a/graphics/update +++ b/graphics/update @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # Update generated stuff in graphics/ from the source files. # @@ -6,6 +6,8 @@ # a) getting the wscript right is a complete pain in the arse # b) running Inkscape from the command line on OS X is a complete pain in the arse +set -e + pwd=`pwd` if [ `basename $pwd` != "graphics" ]; then echo "$0: run within graphics/" @@ -21,7 +23,7 @@ function required_font() fi } -svg_apps="dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player dcpomatic2_playlist dcpomatic2_disk" +svg_apps="dcpomatic2_kdm dcpomatic2_server dcpomatic2_batch dcpomatic2_player dcpomatic2_playlist dcpomatic2_disk dcpomatic2_combiner" required_font "Libre Baskerville"