diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-09 03:48:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-09 03:48:00 +0000 |
commit | 47f391d49d447acc1dd8ea8e6547aefbe5e6daaf (patch) | |
tree | d89e6c2c7c9361a53b775b67951b8f57212f4163 /externals/build/doc/makefile | |
parent | 13ebbc163353dd5c27f372ecbb5bbd61e154bcde (diff) |
removed objects that are already in cyclone
svn path=/trunk/; revision=1586
Diffstat (limited to 'externals/build/doc/makefile')
-rw-r--r-- | externals/build/doc/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/build/doc/makefile b/externals/build/doc/makefile index d093aa97..b0f8ef32 100644 --- a/externals/build/doc/makefile +++ b/externals/build/doc/makefile @@ -39,6 +39,10 @@ all: ../../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 |