aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-15 17:37:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-15 17:37:38 +0000
commit998f42d58fb0b34a9c14bf2e1bf1c854dd633efa (patch)
tree1be034d1a4034e640ac9a91ebafc7dff987e17f5 /packages/Makefile
parent3e61b06980a75625be4479d8821737b5de4c5ac2 (diff)
iemabs is now part of the iemlib libdir, so no need to do the help files separately there
svn path=/trunk/; revision=4916
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/Makefile b/packages/Makefile
index b90c9480..343b3a73 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -649,8 +649,6 @@ doc_format:
# run script to move help-*.pd files to *-help.pd according to the standard
cd $(helpdir) && \
$(scripts_src)/convert-help-to-standard.sh
- cd $(helpdir)/iemabs && \
- $(scripts_src)/convert-help-to-standard.sh
# remove write perms to prevent people form editing the helpfiles by mistake
find $(pddocdir) -name '*.pd' -print0 | xargs -0 chmod a-wx
find $(pddocdir) -name '*.txt' -print0 | xargs -0 chmod a-wx