diff options
author | Fred Drake <fdrake@acm.org> | 2006-09-23 00:26:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-09-23 00:26:31 (GMT) |
commit | 62e955ad134b1b4cdeb5875e8672ae16635a9f4b (patch) | |
tree | 7f9b4efcb8a9161151faaa5eb7ca64a196710752 /Doc/Makefile | |
parent | 02743ca0146c2cbedfeb0c05d7f3731fab281575 (diff) | |
download | cpython-62e955ad134b1b4cdeb5875e8672ae16635a9f4b.zip cpython-62e955ad134b1b4cdeb5875e8672ae16635a9f4b.tar.gz cpython-62e955ad134b1b4cdeb5875e8672ae16635a9f4b.tar.bz2 |
add boilerplate "What's New" document so the docs will build
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index a435f11..bda244a 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -122,7 +122,7 @@ EMACS= emacs # The end of this should reflect the major/minor version numbers of # the release: -WHATSNEW=whatsnew25 +WHATSNEW=whatsnew26 # what's what MANDVIFILES= paper-$(PAPER)/api.dvi paper-$(PAPER)/ext.dvi \ |