From 47f391d49d447acc1dd8ea8e6547aefbe5e6daaf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 9 Apr 2004 03:48:00 +0000 Subject: removed objects that are already in cyclone svn path=/trunk/; revision=1586 --- externals/build/doc/makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1