File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ BRANCH = $(shell git describe --contains --all HEAD)
24
24
.PHONY : all
25
25
all : $(VENV ) /bin/sphinx-build $(VENV ) /bin/blurb $(SPHINX_CONF )
26
26
mkdir -p $(CPYTHON_CLONE ) /Doc/locales/$(LANGUAGE ) /
27
- ln -nfs $(readlink -f . ) $(CPYTHON_CLONE ) /Doc/locales/$(LANGUAGE ) /LC_MESSAGES
28
- . $(VENV ) /bin/activate; $(MAKE ) -C $(CPYTHON_CLONE ) /Doc/ SPHINXOPTS=' -D locale_dirs=$(CPYTHON_CLONE)/Doc/ locales -D language=$(LANGUAGE) -D gettext_compact=0' $(MODE )
27
+ ln -nfs $(shell readlink -f .) $(CPYTHON_CLONE ) /Doc/locales/$(LANGUAGE ) /LC_MESSAGES
28
+ . $(VENV ) /bin/activate; $(MAKE ) -C $(CPYTHON_CLONE ) /Doc/ SPHINXOPTS=' -D locale_dirs=locales -D language=$(LANGUAGE) -D gettext_compact=0' $(MODE )
29
29
30
30
31
31
$(SPHINX_CONF ) :
You can’t perform that action at this time.
0 commit comments