Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 3/4] Util/helpfiles: remove outdated example configuration



---
 Util/helpfiles | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/Util/helpfiles b/Util/helpfiles
index 9e611d7..9909a1d 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");
-- 
1.9.0



Messages sorted by: Reverse Date, Date, Thread, Author