diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-11 02:21:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-11 02:21:38 +0100 |
commit | d783b01fdfb01955c1854e78ee69c731a5c035b6 (patch) | |
tree | 9c8408ae69ca54fbea049e0205f59a579dfc049f /Makefile.pre.in | |
parent | 4538ddcacc8e8f00d5d36d7bc84e551a56ce6da2 (diff) | |
download | cpython-git-d783b01fdfb01955c1854e78ee69c731a5c035b6.tar.gz |
Rename README to README.rst and enhance formatting (#2)
Update also the Release Schedule to Python 3.7.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 8752a02031..2d706a77dd 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -197,7 +197,7 @@ SUBDIRSTOO= Include Lib Misc # Files and directories to be distributed CONFIGFILES= configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in -DISTFILES= README ChangeLog $(CONFIGFILES) +DISTFILES= README.rst ChangeLog $(CONFIGFILES) DISTDIRS= $(SUBDIRS) $(SUBDIRSTOO) Ext-dummy DIST= $(DISTFILES) $(DISTDIRS) |