summaryrefslogtreecommitdiffstats
path: root/Doc/README
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2004-07-11 16:40:31 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2004-07-11 16:40:31 (GMT)
commite2465087790ecd3a873252a0b7c67772ce1ac911 (patch)
tree42f4bc0af5ba94f04470897646da5b1d2a139b09 /Doc/README
parent2363e8fece04afb6b48aabea5bc061234b3df2ed (diff)
downloadcpython-e2465087790ecd3a873252a0b7c67772ce1ac911.zip
cpython-e2465087790ecd3a873252a0b7c67772ce1ac911.tar.gz
cpython-e2465087790ecd3a873252a0b7c67772ce1ac911.tar.bz2
Add FAQ on non-GNU make error. Update copyright date to 2004.
Diffstat (limited to 'Doc/README')
-rw-r--r--Doc/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/README b/Doc/README
index 6b6a286..38edc80 100644
--- a/Doc/README
+++ b/Doc/README
@@ -143,6 +143,13 @@ To create HTML files:
<http://www.latex2html.org/>.
+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.