From: Kurt B. Kaiser Date: Sun, 11 Jul 2004 16:40:31 +0000 (+0000) Subject: Add FAQ on non-GNU make error. Update copyright date to 2004. X-Git-Tag: v2.4a2~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2465087790ecd3a873252a0b7c67772ce1ac911;p=python Add FAQ on non-GNU make error. Update copyright date to 2004. --- diff --git a/Doc/README b/Doc/README index 6b6a286215..38edc80a98 100644 --- a/Doc/README +++ b/Doc/README @@ -143,6 +143,13 @@ To create HTML files: . +I got a make error: "make: don't know how to make commontex/patchlevel.tex." +---------------------------------------------------------------------------- + +Your version of make doesn't support the 'shell' function. You will need to +use a version which does, e.g. GNU make. + + LaTeX (or pdfLaTeX) ran out of memory; how can I fix it? -------------------------------------------------------- @@ -222,7 +229,7 @@ The Python source is copyrighted, but you can freely use and copy it as long as you don't change or remove the copyright notice: ---------------------------------------------------------------------- -Copyright (c) 2000-2003 Python Software Foundation. +Copyright (c) 2000-2004 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com.