diff options
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 |