diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-13 01:15:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-21 01:18:35 +0200 |
| commit | 0f1bdc93eef19259c470c425a7366888ae17fec9 (patch) | |
| tree | 3c0ba66a14d8007cef80ae5972aa3adbfff61f40 /run/dcpomatic_kdm | |
| parent | fae924db96f4cca8f80f8c2bf3495eb821c8b12f (diff) | |
Use PDF screenshots for the manual.pdf-screenshots
Diffstat (limited to 'run/dcpomatic_kdm')
| -rwxr-xr-x | run/dcpomatic_kdm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run/dcpomatic_kdm b/run/dcpomatic_kdm index 98a681680..7bae70388 100755 --- a/run/dcpomatic_kdm +++ b/run/dcpomatic_kdm @@ -20,6 +20,9 @@ elif [ "$1" == "--i18n" ]; then elif [ "$1" == "--perf" ]; then shift perf record build/src/tools/dcpomatic2_kdm $* +elif [ "$1" == "--screenshot" ]; then + shift + GTK_PATH=/usr/local/lib/gtk-3.0 GTK_MODULES=gtk-vector-screenshot build/src/tools/dcpomatic2_kdm $* else build/src/tools/dcpomatic2_kdm $* fi |
