summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-10-21 16:48:37 (GMT)
committerMatthias Klose <doko@ubuntu.com>2008-10-21 16:48:37 (GMT)
commitd7bf817a3c2522135e237fa9c255256cff6f25f5 (patch)
treefb3858ff7d67c2d9f4c61f64b79f9e1551eaf82b /Makefile.pre.in
parentf4a986c311561026788ad022e1f76abeef5201e4 (diff)
downloadcpython-d7bf817a3c2522135e237fa9c255256cff6f25f5.zip
cpython-d7bf817a3c2522135e237fa9c255256cff6f25f5.tar.gz
cpython-d7bf817a3c2522135e237fa9c255256cff6f25f5.tar.bz2
- Revert the preivous commit (install versioned manpage). Needs an update for altinstall
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 12c9e92..f951907 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$VERSION).1
+ $(DESTDIR)$(MANDIR)/man1/python.1
# Install the library
PLATDIR= plat-$(MACHDEP)