summaryrefslogtreecommitdiff
path: root/Misc/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-01-13 18:53:42 +0000
committerGuido van Rossum <guido@python.org>1998-01-13 18:53:42 +0000
commitb25c0e739c7459e063ad69e7087f1ab912f93a07 (patch)
tree9a3e2492fe771a3ece77065b8150163c6f310547 /Misc/README
parent5eb3f90ad52c8b05e499aafa9fcf83bd62eed270 (diff)
downloadcpython-git-b25c0e739c7459e063ad69e7087f1ab912f93a07.tar.gz
delete gMakefile, clarify Makefile.pre.in
Diffstat (limited to 'Misc/README')
-rw-r--r--Misc/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/README b/Misc/README
index 8754f0564f..f64c0bbbb1 100644
--- a/Misc/README
+++ b/Misc/README
@@ -20,14 +20,13 @@ HISTORY News from previous releases -- oldest last
HPUX-NOTES Notes about dynamic loading under HP-UX
HYPE More hype about Python
Makefile Used for administrative chores like cleaning up
-Makefile.pre.in Template for building extensions (static or dynamic)
+Makefile.pre.in Generic Makefile template for building extensions
NEWS News for this release
README The file you're reading now
RFD Request For Discussion about a Python newsgroup
cheatsheet Quick summary of Python by Ken Manheimer
editline-fix A news article on how to fix R$'s editline for Python
fixfuncptrs.sh Shell script to fix function pointer initializers
-gMakefile Generic Makefile for dynamically loadable modules
indent.pro GNU indent profile approximating my C style
python-mode.el Emacs mode for editing Python programs
python.man UNIX man page for the python interpreter