File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,12 @@ build: $(VENV)/bin/sphinx-build $(VENV)/bin/blurb clone ## Automatically build a
72
72
@mkdir -p $(LC_MESSAGES )
73
73
@$(eval dir=`echo $(target ) | xargs -n1 dirname`) # # Get dir
74
74
# If the build target is in under directory
75
- # We should make direcotry in $(LC_MESSAGES) and link the file .
75
+ # We should make direcotry in $(LC_MESSAGES).
76
76
@if [ $(dir) != "." ]; then \
77
77
echo "mkdir -p $(LC_MESSAGES)/$(dir)"; \
78
78
mkdir -p $(LC_MESSAGES)/$(dir); \
79
- echo "ln -f ./$(target) $(LC_MESSAGES)/$(target)"; \
80
- ln -f ./$(target) $(LC_MESSAGES)/$(target); \
81
79
fi
80
+ @ln -f ./$(target) $(LC_MESSAGES)/$(target)
82
81
# Build
83
82
@echo "----"
84
83
@. $(VENV)/bin/activate; $(MAKE) -C $(CPYTHON_CLONE)/Doc/ SPHINXOPTS='-j$(JOBS) -D language=$(LANGUAGE) -D locale_dirs=locales -D gettext_compact=0' SOURCES='$(basename $(target)).rst' html
You can’t perform that action at this time.
0 commit comments