Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad5206f

Browse files
committed
Clarify requirement for GNU make
1 parent 8932b41 commit ad5206f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ DVIPS= dvips -N0 -t $(PAPER)
8383
# $(shell) function here to work around that restriction by
8484
# identifying mkhowto and the commontex/ directory using absolute paths.
8585
#
86+
# If your doc build fails immediately, you may need to switch to GNU make.
87+
# (e.g. OpenBSD needs package gmake installed; use gmake instead of make)
8688
PWD=$(shell pwd)
8789

8890
# (The trailing colon in the value is needed; TeX places it's default

0 commit comments

Comments
 (0)