diff options
author | pacien | 2020-02-06 13:51:45 +0100 |
---|---|---|
committer | pacien | 2020-02-06 13:51:45 +0100 |
commit | e41b2bc587d058f996bf2ef41e8459d4f6eb7fff (patch) | |
tree | 635f01bf5de00d57d0cd11fac4ab1b88da0f5cf9 /compiler/data/viewer | |
parent | bb186990000dd133ecfe6741472b03af92eea233 (diff) | |
download | ldgallery-e41b2bc587d058f996bf2ef41e8459d4f6eb7fff.tar.gz |
compiler: make gallery compilation fail with absent viewer
Make the compiler explicitly fail and exit with the proper status code
when the viewer is absent and the "--with-viewer" option is used
instead of failing silently due to the presence of a placeholder.
This commit reverts parts of 2157b66f3ea43137391939992cac4dc901a4ac4e
Diffstat (limited to 'compiler/data/viewer')
-rw-r--r-- | compiler/data/viewer/readme.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/data/viewer/readme.md b/compiler/data/viewer/readme.md deleted file mode 100644 index 5786878..0000000 --- a/compiler/data/viewer/readme.md +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | Missing viewer distribution. | ||
2 | Copy the files in "/viewer/dist/*" here, then rebuild the compiler. | ||