[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.62,1.63

Guido van Rossum gvanrossum@users.sourceforge.net
Tue, 16 Oct 2001 23:26:55 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv7049

Modified Files:
	Makefile.pre.in 
Log Message:
SF patch #471894: Makefile installs pydoc incorrectly

Add --install-scripts=$(BINDIR) argument to "setup.py install"
invocation.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** Makefile.pre.in	2001/10/05 21:56:02	1.62
--- Makefile.pre.in	2001/10/17 06:26:53	1.63
***************
*** 732,735 ****
--- 732,736 ----
  sharedinstall:
  	./$(PYTHON) -E $(srcdir)/setup.py install \
+ 		--install-scripts=$(BINDIR) \
  		--install-platlib=$(DESTSHARED)