summaryrefslogtreecommitdiff
path: root/Util
diff options
context:
space:
mode:
authorm0viefreak <m0viefreak.cm@googlemail.com>2014-02-17 05:07:58 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-02-18 19:52:18 +0000
commitbc160bc585e54736bb1d2e4a75225b8076218a81 (patch)
tree4157ca65998fda564a47e4988d073bfe86d14c1e /Util
parent8ffbfc050fe71f69f7de41a584776daeb7068ff7 (diff)
downloadzsh-bc160bc585e54736bb1d2e4a75225b8076218a81.tar.gz
zsh-bc160bc585e54736bb1d2e4a75225b8076218a81.zip
remove old example from helpfiles:
code is integrated with distribution
Diffstat (limited to 'Util')
-rwxr-xr-xUtil/helpfiles22
1 files changed, 4 insertions, 18 deletions
diff --git a/Util/helpfiles b/Util/helpfiles
index 9e611d7cc..9909a1d26 100755
--- a/Util/helpfiles
+++ b/Util/helpfiles
@@ -16,24 +16,10 @@
# If a third arg is given, the symlink is not created, but a
# list of symlinks is put into the file specified by that arg.
-# Example usage:
-# cd ~/zsh-4.0.1 # or wherever
-# mkdir Help
-# cd Help
-# man zshbuiltins | colcrt - | helpfiles
-# run-help() {
-# typeset zhelp=~/zsh-4.0.1/Help # or wherever
-# [[ $1 = . ]] && 1=dot
-# [[ $1 = : ]] && 1=colon
-# if [[ $1 = compctl ]]; then
-# man zshcompctl
-# elif [[ -f $zhelp/$1 ]]; then
-# ${=PAGER:-more} $zhelp/$1
-# else
-# man $1
-# fi
-# }
-# now <Esc>-h works for shell builtins.
+# This script is called automatically during `make install'
+# unless specified otherwise.
+
+# For usage and and more information see zshcontrib(1).
sub Usage {
print(STDERR "Usage: helpfiles zshbuiltins.1 dest-dir [link-file]\n");