mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Clarify requirement for GNU make
This commit is contained in:
parent
8932b41669
commit
ad5206fc02
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ DVIPS= dvips -N0 -t $(PAPER)
|
|||
# $(shell) function here to work around that restriction by
|
||||
# identifying mkhowto and the commontex/ directory using absolute paths.
|
||||
#
|
||||
# If your doc build fails immediately, you may need to switch to GNU make.
|
||||
# (e.g. OpenBSD needs package gmake installed; use gmake instead of make)
|
||||
PWD=$(shell pwd)
|
||||
|
||||
# (The trailing colon in the value is needed; TeX places it's default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue