[Python-checkins] python/dist/src/Doc Makefile,1.274,1.275
kbk at users.sourceforge.net
kbk at users.sourceforge.net
Sun Jul 11 06:10:26 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28277
Modified Files:
Makefile
Log Message:
Clarify requirement for GNU make
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.274
retrieving revision 1.275
diff -C2 -d -r1.274 -r1.275
*** Makefile 8 Apr 2004 18:50:51 -0000 1.274
--- Makefile 11 Jul 2004 04:10:14 -0000 1.275
***************
*** 84,87 ****
--- 84,89 ----
# 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)
More information about the Python-checkins
mailing list