[Python-checkins] r66989 - python/trunk/Makefile.pre.in

matthias.klose python-checkins at python.org
Tue Oct 21 11:12:25 CEST 2008


Author: matthias.klose
Date: Tue Oct 21 11:12:25 2008
New Revision: 66989

Log:
- install versioned manpage


Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue Oct 21 11:12:25 2008
@@ -791,7 +791,7 @@
 		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)


More information about the Python-checkins mailing list