[Python-checkins] r66991 - python/branches/release26-maint/Makefile.pre.in

matthias.klose python-checkins at python.org
Tue Oct 21 18:48:37 CEST 2008


Author: matthias.klose
Date: Tue Oct 21 18:48:37 2008
New Revision: 66991

Log:
 - Revert the preivous commit (install versioned manpage). Needs an update for altinstall


Modified:
   python/branches/release26-maint/Makefile.pre.in

Modified: python/branches/release26-maint/Makefile.pre.in
==============================================================================
--- python/branches/release26-maint/Makefile.pre.in	(original)
+++ python/branches/release26-maint/Makefile.pre.in	Tue Oct 21 18:48:37 2008
@@ -791,7 +791,7 @@
 		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)


More information about the Python-checkins mailing list