diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-10-21 09:14:38 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-10-21 09:14:38 (GMT) |
commit | f4a986c311561026788ad022e1f76abeef5201e4 (patch) | |
tree | 16be3f5884d1c7a37beec7a009a6e091896146a2 /Makefile.pre.in | |
parent | 5294bb5d0557b8b87515ff850bab778496590523 (diff) | |
download | cpython-f4a986c311561026788ad022e1f76abeef5201e4.zip cpython-f4a986c311561026788ad022e1f76abeef5201e4.tar.gz cpython-f4a986c311561026788ad022e1f76abeef5201e4.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..12c9e92 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) |