fix nit spotted by cgjones.
This commit is contained in:
parent
e64cda9498
commit
350484d5c2
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ PDF_BROWSERS := $(DEFAULT_BROWSERS)
|
||||
endif
|
||||
|
||||
browser-test:
|
||||
@if [ ! -e "$(PDF_BROWSERS)" ]; then \
|
||||
@if [ ! -f "$(PDF_BROWSERS)" ]; then \
|
||||
echo "Browser manifest file $(PDF_BROWSERS) does not exist."; \
|
||||
echo "Try copying one of the examples" \
|
||||
"in test/resources/browser_manifests/"; \
|
||||
|
Loading…
Reference in New Issue
Block a user