File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SOURCEDIR = .
10
10
BUILDDIR = _build
11
11
VENVDIR = $(SPHINXDIR ) /venv
12
12
VENV = $(VENVDIR ) /bin/activate
13
- SHELL = /bin/bash
13
+ SHELL = /usr/ bin/bash
14
14
15
15
.PHONY : help woke-install install run html epub serve clean clean-doc \
16
16
spelling linkcheck woke Makefile
@@ -47,9 +47,9 @@ $(VENVDIR): $(SPHINXDIR)/requirements.txt
47
47
"--------------------------------------------------------------- \n"
48
48
@touch $(VENVDIR)
49
49
50
- # woke-install:
51
- # @type woke >/dev/null 2>&1 || \
52
- # { echo "Installing \"woke\" snap... \n"; sudo snap install woke; }
50
+ woke-install :
51
+ @type woke > /dev/null 2>&1 || \
52
+ { echo "Installing \"woke\" snap... \n"; sudo snap install woke; }
53
53
54
54
install : $(VENVDIR ) woke-install
55
55
@@ -58,7 +58,7 @@ run: install
58
58
59
59
# Doesn't depend on $(BUILDDIR) to rebuild properly at every run.
60
60
html : install
61
- . $(VENV ) ; $(SPHINXBUILD ) -v - b dirhtml " $( SOURCEDIR) " " $( BUILDDIR) " -w .sphinx/warnings.txt $(SPHINXOPTS )
61
+ . $(VENV ) ; $(SPHINXBUILD ) -b dirhtml " $( SOURCEDIR) " " $( BUILDDIR) " -w .sphinx/warnings.txt $(SPHINXOPTS )
62
62
63
63
epub : install
64
64
. $(VENV ) ; $(SPHINXBUILD ) -b epub " $( SOURCEDIR) " " $( BUILDDIR) " -w .sphinx/warnings.txt $(SPHINXOPTS )
You can’t perform that action at this time.
0 commit comments