aboutsummaryrefslogtreecommitdiff
path: root/externals/build/doc/makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 04:00:02 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 04:00:02 +0000
commit7fb76f925e1bbb37df0ed0b548bcf6ce7670c835 (patch)
tree394291ad37143af066207a543afa8c6c4ce9b62c /externals/build/doc/makefile
parent6484af0f4703f2c4a0ba89dceb84695ba52f00d4 (diff)
removed static files and created makefile to copy all help files to externals/build/doc/
svn path=/trunk/; revision=1574
Diffstat (limited to 'externals/build/doc/makefile')
-rw-r--r--externals/build/doc/makefile46
1 files changed, 46 insertions, 0 deletions
diff --git a/externals/build/doc/makefile b/externals/build/doc/makefile
new file mode 100644
index 00000000..d093aa97
--- /dev/null
+++ b/externals/build/doc/makefile
@@ -0,0 +1,46 @@
+
+#
+# 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 \
+ ../../ann/examples/*.* \
+ ../../aenv~/*.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)
+ chmod a-wx *.*
+
+# this is mildly dangerous, since it just deletes everything
+clean:
+ rm -f *.*