diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-10-21 09:12:25 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-10-21 09:12:25 (GMT) |
commit | 015c84b389c7fa12e0a38dcbad0e0c5a00556658 (patch) | |
tree | e9d38f87029e52da3b356188ddcfdb2bfd2c992c /Makefile.pre.in | |
parent | 297ddcd823271f748177d094ba817019ba8850ee (diff) | |
download | cpython-015c84b389c7fa12e0a38dcbad0e0c5a00556658.zip cpython-015c84b389c7fa12e0a38dcbad0e0c5a00556658.tar.gz cpython-015c84b389c7fa12e0a38dcbad0e0c5a00556658.tar.bz2 |
- install versioned manpage
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 f951907..e5706cd 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -791,7 +791,7 @@ maninstall: fi; \ done $(INSTALL_DATA) $(srcdir)/Misc/python.man \ - $(DESTDIR)$(MANDIR)/man1/python.1 + $(DESTDIR)$(MANDIR)/man1/python$(VERSION).1 # Install the library PLATDIR= plat-$(MACHDEP) |