From: Kurt B. Kaiser Date: Sun, 11 Jul 2004 04:10:14 +0000 (+0000) Subject: Clarify requirement for GNU make X-Git-Tag: v2.4a2~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad5206fc02905c5e2a644bd4dad0dc4dffd59ecb;p=thirdparty%2FPython%2Fcpython.git Clarify requirement for GNU make --- diff --git a/Doc/Makefile b/Doc/Makefile index 852bf50cdcae..a17ad811b4d0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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