diff options
author | Guido van Rossum <guido@python.org> | 1996-09-10 18:19:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-09-10 18:19:23 (GMT) |
commit | 1631cbe03a38d221fbf657ce8e21ef0fec06ad38 (patch) | |
tree | c57483f0b6c3d298e03119d6bec4caeb7930e83a /Misc/README | |
parent | f62e5bf339420150d5dab6bd9358e03b74a58b16 (diff) | |
download | cpython-1631cbe03a38d221fbf657ce8e21ef0fec06ad38.zip cpython-1631cbe03a38d221fbf657ce8e21ef0fec06ad38.tar.gz cpython-1631cbe03a38d221fbf657ce8e21ef0fec06ad38.tar.bz2 |
Added Makefile.pre.in, my generic makefile
Diffstat (limited to 'Misc/README')
-rw-r--r-- | Misc/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/README b/Misc/README index 6a75594..81c0dca 100644 --- a/Misc/README +++ b/Misc/README @@ -20,6 +20,7 @@ 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) NEWS News for this release README The file you're reading now RFD Request For Discussion about a Python newsgroup |