aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-05-25 19:14:01 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-05-25 19:14:01 +0000
commitfcba84c01167d5be4e4ed70619fda85cb63804fe (patch)
tree26bfd60df6bc5ae4c9060d9c1e670aea0a540ef0
parent19feca429bd9f213dcec220c1bcb2e4298742e15 (diff)
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
-rw-r--r--externals/build/doc/makefile10
1 files 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
#----------------------------------------------------------------------------