Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1bdc6 commit 2eba6d7Copy full SHA for 2eba6d7
Makefile
@@ -56,7 +56,7 @@ all: $(VENV)/bin/sphinx-build $(VENV)/bin/blurb clone ## Automatically build an
56
.PHONY: build
57
build/%: $(VENV)/bin/sphinx-build $(VENV)/bin/blurb clone ## Automatically build an html local version
58
@if [ ! -f "$*.po" ] ; then \
59
- echo "\x1B[1;31m""ERROR: $*.po not exist""\x1B[m"; exit 1; \
+ echo "\x1B[1;31m""ERROR: $*.po not exist""\x1B[m"; \
60
exit 1; \
61
fi
62
@mkdir -p $(LC_MESSAGES)
0 commit comments