Skip to content

Commit 4683231

Browse files
committed
Corrección del Makefile para que pueda usarse 'make-serve'.
1 parent eebb464 commit 4683231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ LANGUAGE := es
1616
VENV := $(shell realpath ./venv)
1717
PYTHON := $(shell which python3)
1818
CPYTHON_WORKDIR := cpython
19-
OUTPUT_DOCTREE := $(CPYTHON_WORKDIR)/Doc/_build/doctree
20-
OUTPUT_HTML := $(CPYTHON_WORKDIR)/Doc/_build/html
19+
OUTPUT_DOCTREE := $(CPYTHON_WORKDIR)/Doc/build/doctree
20+
OUTPUT_HTML := $(CPYTHON_WORKDIR)/Doc/build/html
2121
LOCALE_DIR := $(CPYTHON_WORKDIR)/locale
2222
TRANSIFEX_PROJECT := python-docs-es
2323
POSPELL_TMP_DIR := .pospell

0 commit comments

Comments
 (0)