Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 3/4] Util/helpfiles: remove outdated example configuration
- X-seq: zsh-workers 32401
- From: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 3/4] Util/helpfiles: remove outdated example configuration
- Date: Mon, 17 Feb 2014 05:07:58 +0100
- Cc: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=HzYjETcWvi9nXbIEjo0rFSqCNn+CXb9XbTxqnZJS3BM=; b=XlSGukW+9JxujV/2dIMzFTbiftsOHW4D4ZmGkM0wm0Hxe6J/sACZkjFgWbLmIQTKxx DMpIyEVvek3vCsicZFRdaFLbF7JlBr97Umq67qt4/IN+1ezmbLqOkWvSQmCU3SBUDfun 2JuaeNOJ56o1LwPNcgtugiSS8xiRU06bTgl8SmqKu/2idfqbjqLpP+AnTCIrmgp1NuOr yQtO6TNNiVnBUS1KMicEE/5qiyFCUPrAawLn1kX6ANNmTmEjKzN1Z6RJ3zwytksbBz9b MwwXsfB/1v4e8tiJOIPrc3nI3tmhCSoED/iNqA9oCy4z5iApapNwQQuxsA5ZTOYDBwph WfMA==
- In-reply-to: <1392610079-2632-1-git-send-email-m0viefreak.cm@googlemail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1392610079-2632-1-git-send-email-m0viefreak.cm@googlemail.com>
---
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