diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-07-11 16:40:31 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-07-11 16:40:31 (GMT) |
commit | e2465087790ecd3a873252a0b7c67772ce1ac911 (patch) | |
tree | 42f4bc0af5ba94f04470897646da5b1d2a139b09 /Doc | |
parent | 2363e8fece04afb6b48aabea5bc061234b3df2ed (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |