aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 0c10958618d51fb8acc1846d13174c42709531cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
current: darwin_package

clean:
	-rm -Rf installroot *~ */*~ */*/*~ */*/*/*~

darwin_package: 
	chmod a-x */*/*/*.pd
	test -d installroot/pd/doc/7.stuff || mkdir -p installroot/pd/doc/7.stuff
	cp -a tutorials installroot/pd/doc/
	cp -a additional/pd-msg installroot/pd/doc/7.stuff/
	-rm -Rf installroot/pd/doc/*/CVS installroot/pd/doc/*/*/CVS 
	-rm -Rf installroot/pd/doc/*/*/*/CVS
	open darwin_package.pmsp

darwin_altpackage: 
# this needs some figuring out, what goes where...
	chmod a-x */*/*/*.pd
	test -d installroot/Help || mkdir -p installroot/Help
	open darwin_altpackage.pmsp