[Python-checkins] python/dist/src Makefile.pre.in,1.131,1.132

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 19 Jun 2003 15:35:22 -0700


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6430

Modified Files:
	Makefile.pre.in 
Log Message:
Added a target frameworkinstallextras (OSX framework build specific,
and not part of a normal frameworkinstall) that installs Demo and Tools
and a readme file into /Applications/MacPython-2.3/Extras. This will
give people access to the demos and tools if they instal Python through
the binary installer.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** Makefile.pre.in	14 Jun 2003 13:11:24 -0000	1.131
--- Makefile.pre.in	19 Jun 2003 22:35:19 -0000	1.132
***************
*** 871,874 ****
--- 871,881 ----
  		srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR)
  
+ # This installs the Demos and Tools into the applications directory.
+ # It is not part of a normal frameworkinstall
+ frameworkinstallextras:
+ 	$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installextras \
+ 		BUILDPYTHON=./$(BUILDPYTHON) DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
+ 		srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR)
+ 
  # This installs a few of the useful scripts in Tools/scripts
  scriptsinstall: