aboutsummaryrefslogtreecommitdiff
path: root/externals/build/doc/makefile
blob: eb82b34b78211a4fa5f85f437f48732352691b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

#
# makefile for copying all of the help docs into this folder for 
# inclusion into the externals packages
#

DOC_DIR = .

all:
# [sprinkler]'s help file is generated by ./configure
	cd ../../sprinkler && autoconf && ./configure
	cp ../../sprinkler/sprinkler-help.pd $(DOC_DIR)
# all of the rest
	cp ../../OSCx/doc/*.pd \
			../../aenv~/*.pd \
			../../ann/examples/*.* \
			../../arraysize/*.pd \
			../../beatpipe/*.pd \
			../../build/*.pd \
			../../bbogart/chaos/tools/*.pd \
			../../bbogart/*/*.pd \
			../../creb/doc/*.pd \
			../../creb/doc/examples/*.pd \
			../../cxc/reference/*.pd \
			../../dfx/*/*.pd \
			../../ext13/doc/*.pd \
			../../ggee/*/*.pd \
			../../gem2pdp/*.pd \
			../../hcs/*.pd \
			../../markex/*.pd \
			../../maxlib/help/*.* \
			../../mjlib/doc/*.pd \
			../../motex/*.pd \
			../../pdogg/*/*.pd \
			../../plugin~/*.pd \
			../../rhythm_estimator/*.p? \
			../../susloop~/*.pd \
			../../svf~/*.pd \
			../../vbap/*.pd \
			../../vst/*.pd \
			../../zhzxh~/*.pd \
			$(DOC_DIR)
# remove help files for objects that are not included due to conflicts, etc.
#   mjlib [prob] conflicts with cyclone's [prob]
	rm prob.pd
# make files read-only so people don't mistaken change their help files
	chmod a-wx *.*

# this is mildly dangerous, since it just deletes everything
clean:
	rm -f *.*