forked from AFPy/python-docs-fr
FIX: bad call to readlink from Makefile.
This commit is contained in:
parent 38c21702d9
commit 1f2619e543
1 changed files with 2 additions and 2 deletions
4 Makefile
4
Makefile | | @ -24,8 +24,8 @@ BRANCH = $(shell git describe --contains --all HEAD) | |||
.PHONY: all | ||||
all: $(VENV)/bin/sphinx-build $(VENV)/bin/blurb $(SPHINX_CONF) | ||||
mkdir -p $(CPYTHON_CLONE)/Doc/locales/$(LANGUAGE)/ | ||||
ln -nfs $(readlink -f .) $(CPYTHON_CLONE)/Doc/locales/$(LANGUAGE)/LC_MESSAGES | ||||
. $(VENV)/bin/activate; $(MAKE) -C $(CPYTHON_CLONE)/Doc/ SPHINXOPTS='-D locale_dirs=$(CPYTHON_CLONE)/Doc/locales -D language=$(LANGUAGE) -D gettext_compact=0' $(MODE) | ||||
ln -nfs $(shell readlink -f .) $(CPYTHON_CLONE)/Doc/locales/$(LANGUAGE)/LC_MESSAGES | ||||
. $(VENV)/bin/activate; $(MAKE) -C $(CPYTHON_CLONE)/Doc/ SPHINXOPTS='-D locale_dirs=locales -D language=$(LANGUAGE) -D gettext_compact=0' $(MODE) | ||||
| ||||
| ||||
$(SPHINX_CONF): | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue