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