From: Matthias Klose Date: Tue, 21 Oct 2008 09:14:38 +0000 (+0000) Subject: - install versioned manpage X-Git-Tag: v2.6.1~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4a986c311561026788ad022e1f76abeef5201e4;p=thirdparty%2FPython%2Fcpython.git - install versioned manpage --- diff --git a/Makefile.pre.in b/Makefile.pre.in index f951907fa97f..12c9e921d33e 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)