diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-05-25 19:14:01 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-05-25 19:14:01 +0000 |
commit | fcba84c01167d5be4e4ed70619fda85cb63804fe (patch) | |
tree | 26bfd60df6bc5ae4c9060d9c1e670aea0a540ef0 /externals/build | |
parent | 19feca429bd9f213dcec220c1bcb2e4298742e15 (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
Diffstat (limited to 'externals/build')
-rw-r--r-- | externals/build/doc/makefile | 10 |
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 #---------------------------------------------------------------------------- |