Werner Lemberg pushed to branch master at FreeType / FreeType
Commits:
-
e907eef6
by Hugh McMaster at 2023-08-19T22:02:14+10:00
1 changed file:
Changes:
... | ... | @@ -299,7 +299,7 @@ refdoc: |
299 | 299 | $(PUBLIC_DIR)/config/*.h \
|
300 | 300 | $(PUBLIC_DIR)/cache/*.h
|
301 | 301 | @echo Building static site...
|
302 | - cd $(DOC_DIR) && mkdocs build
|
|
302 | + cd $(DOC_DIR) && $(PYTHON) -m mkdocs build
|
|
303 | 303 | @echo Done.
|
304 | 304 | |
305 | 305 | # Variables for running `refdoc' with Python's `virtualenv'. The
|