summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-10-21 09:12:25 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-10-21 09:12:25 (GMT)
commit015c84b389c7fa12e0a38dcbad0e0c5a00556658 (patch)
treee9d38f87029e52da3b356188ddcfdb2bfd2c992c /Makefile.pre.in
parent297ddcd823271f748177d094ba817019ba8850ee (diff)
downloadcpython-015c84b389c7fa12e0a38dcbad0e0c5a00556658.zip
cpython-015c84b389c7fa12e0a38dcbad0e0c5a00556658.tar.gz
cpython-015c84b389c7fa12e0a38dcbad0e0c5a00556658.tar.bz2
- install versioned manpage
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
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)