From fcba84c01167d5be4e4ed70619fda85cb63804fe Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 25 May 2005 19:14:01 +0000 Subject: removed permissions change to read-only; changed make stuff to reflect that the hcs/hid/*-help.pd files were moved to doc/ in the CVS repository svn path=/trunk/; revision=3089 --- externals/build/doc/makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/externals/build/doc/makefile b/externals/build/doc/makefile index 54897653..1837e50a 100644 --- a/externals/build/doc/makefile +++ b/externals/build/doc/makefile @@ -7,6 +7,8 @@ DOC_DIR = . all: +# add write perms to allow rewriting over all files + chmod -R u+w $(DOC_DIR) #---------------------------------------------------------------------------- # all standard objs' help files install -p -m0644 \ @@ -30,8 +32,6 @@ all: ../../hcs/*-help.pd \ ../../hcs/*/doc/*.pd \ ../../hcs/hid/examples/*.pd \ - ../../hcs/hid/*-help.pd \ - ../../hcs/hid/ev*-list.pd \ ../../hcs/pan/*-help.pd \ ../../iem/comport/*/*-help.pd \ ../../markex/*.pd \ @@ -68,7 +68,7 @@ all: #---------------------------------------------------------------------------- # zexy uses its own dir install -d -m0755 $(DOC_DIR)/zexy - install -p -m0444 ../../zexy/zexy.pd $(DOC_DIR) + install -p -m0644 ../../zexy/zexy.pd $(DOC_DIR) install -p -m0644 ../../zexy/examples/*.* $(DOC_DIR)/zexy @@ -79,10 +79,6 @@ all: rm prob-help.pd # maxlib conflicts with cyclone rm help-split.pd -#---------------------------------------------------------------------------- -# no need to have pd patches executable or writable - chmod a-x *.pd */*.pd - chmod a-w ????*/*.* *.pd *.txt #---------------------------------------------------------------------------- -- cgit v1.2.1