From 1793d5f115eb4d767721390751ff2cab49bcaefe Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 21 May 2005 02:59:39 +0000 Subject: moved to scripts section svn path=/trunk/; revision=3048 --- externals/build/doc/standardize-help.sh | 35 --------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 externals/build/doc/standardize-help.sh (limited to 'externals/build/doc') diff --git a/externals/build/doc/standardize-help.sh b/externals/build/doc/standardize-help.sh deleted file mode 100755 index 5dfb7b2f..00000000 --- a/externals/build/doc/standardize-help.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -# this script renames help patches that don't follow the OBJECTNAME-help.pd -# format that has become the standard. -# -# for more info on the standard, check this thread: -# http://lists.puredata.info/pipermail/pd-dev/2003-09/001519.html -# -# this script is a hack to take care of this until all of the files get -# renamed by their respective maintainers. - -for helpfile in help-*.pd ; do - mv "$helpfile" "`echo $helpfile | sed 's/^help\-\(.*\)\.pd$/\1-help.pd/'`" -# echo "SWAP $helpfile `echo $helpfile | sed 's/^help\-\(.*\)\.pd$/\1-help.pd/'`" -done - -# this isn't used yet -#NON_STANDARD_HELP_FILES=`ls -1 *.pd | \ -# grep -v '^.*-help.pd$' | \ -# grep -v '^help-.*.pd$' | \ -# grep -v '^externals.pd$' | \ -# grep -v 'test' | \ -# grep -v 'example' | \ -# grep -v 'demo' | \ -# grep -v 'x_all_guis' | \ -# grep -v 'all_about_' | \ -# grep -v 'pddp' | \ -# grep -v 'readme' | \ -# grep -v '^.*-list.pd$' | \ -# grep -v '^.*-joystick.pd$'` - -#for helpfile in $NON_STANDARD_HELP_FILES ; do -# echo NONE $helpfile -#done - -- cgit v1.2.1