[PD-cvs] pd/src makefile.in,1.1.1.3.2.9,1.1.1.3.2.10

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri Oct 24 07:01:41 CEST 2003


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25942

Modified Files:
      Tag: devel_0_37
	makefile.in 
Log Message:
added help patchs for extra and abstractions to install: target; removed double-clicker, its in its own package now

Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.1.1.3.2.9
retrieving revision 1.1.1.3.2.10
diff -C2 -d -r1.1.1.3.2.9 -r1.1.1.3.2.10
*** makefile.in	16 Oct 2003 16:50:20 -0000	1.1.1.3.2.9
--- makefile.in	24 Oct 2003 05:01:38 -0000	1.1.1.3.2.10
***************
*** 140,143 ****
--- 140,149 ----
  	gzip < ../man/pdreceive.1 >  $(MANINSTDIR)/man1/pdreceive.1.gz
  	chmod 644 $(MANINSTDIR)/man1/pdreceive.1.gz
+ # extra docs
+ 	install -m644 ../extra/*/*.pd $(INSTDIR)/lib/pd/doc/5.reference/
+ 	install -m644 ../extra/*help*.pd $(INSTDIR)/lib/pd/doc/5.reference/
+ # abstractions
+ 	cd ../extra && \
+ 			install -m644 complex-mod~.pd hilbert~.pd rev*.pd $(INSTDIR)/lib/pd/extra
  
  local-clean:
***************
*** 190,194 ****
  PD_VERSION = $(PD_MAJOR_VERSION).$(PD_MINOR_VERSION)
  
! PACKAGE_NAME = pd-$(PD_VERSION)-test10
  
  DMG_NAME = $(PACKAGE_NAME)
--- 196,200 ----
  PD_VERSION = $(PD_MAJOR_VERSION).$(PD_MINOR_VERSION)
  
! PACKAGE_NAME = pd-$(PD_VERSION)
  
  DMG_NAME = $(PACKAGE_NAME)
***************
*** 211,216 ****
  darwin_pkg: GFLAGS = -DINSTALL_PREFIX=\"$(INSTALL_PREFIX)\"
  darwin_pkg: install darwin_pkg_license
- 	test -d ../installroot/Applications || mkdir -p ../installroot/Applications
- 	cd .. && install -m555 Pd.command installroot/Applications
  	cd .. && cp -f pd.info $(PACKAGE_NAME).info
  # delete cruft
--- 217,220 ----
***************
*** 218,222 ****
  	-rm -f 1
  # set proper permissions
- 	sudo chmod 4555 ../installroot/$(INSTALL_PREFIX)/bin/pd
  	sudo chown -R root:staff ../installroot/$(INSTALL_PREFIX)
  	cd .. && sudo package installroot $(PACKAGE_NAME).info -d . -ignoreDSStore
--- 222,225 ----
***************
*** 226,230 ****
  
  
! dmg: darwin_pkg
  	cd .. && mkdir "$(DMG_NAME)"
  	cd .. && mv $(PACKAGE_NAME).pkg "$(DMG_NAME)"
--- 229,233 ----
  
  
! dmg: 
  	cd .. && mkdir "$(DMG_NAME)"
  	cd .. && mv $(PACKAGE_NAME).pkg "$(DMG_NAME)"






More information about the Pd-cvs mailing list