Merge pull request #209 from sayrer/master
Fix the case where no browser manifest file is present.
This commit is contained in:
commit
446100047f
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ PDF_BROWSERS := $(DEFAULT_BROWSERS)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
browser-test:
|
browser-test:
|
||||||
@if [ ! "$(PDF_BROWSERS)" ]; then \
|
@if [ ! -f "$(PDF_BROWSERS)" ]; then \
|
||||||
echo "Browser manifest file $(PDF_BROWSERS) does not exist."; \
|
echo "Browser manifest file $(PDF_BROWSERS) does not exist."; \
|
||||||
echo "Try copying one of the examples" \
|
echo "Try copying one of the examples" \
|
||||||
"in test/resources/browser_manifests/"; \
|
"in test/resources/browser_manifests/"; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user