From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2854 invoked by alias); 17 Nov 2013 21:01:23 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32003 Received: (qmail 8455 invoked from network); 17 Nov 2013 21:01:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <131117130118.ZM1041@torch.brasslantern.com> Date: Sun, 17 Nov 2013 13:01:18 -0800 In-reply-to: Comments: In reply to Martin Vaeth "Re: modify functions hierarchy (was: Install run-help and *.zwc files system wide in build system)" (Nov 17, 7:42pm) References: <20131110181333.7682d38f@pws-pc.ntlworld.com> <131110183043.ZM21795@torch.brasslantern.com> <131111084228.ZM26372@torch.brasslantern.com> <20131112101139.31d67b73@pwslap01u.europe.root.pri> <20131112174805.26ecab48@pwslap01u.europe.root.pri> <20131112210424.177c035b@pws-pc.ntlworld.com> <20131113092831.2ed6ab94@pwslap01u.europe.root.pri> <20131113112112.1b080b79@pwslap01u.europe.root.pri> <131113080606.ZM11640@torch.brasslantern.com> <131117103047.ZM30518@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: modify functions hierarchy (was: Install run-help and *.zwc files system wide in build system) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 17, 7:42pm, Martin Vaeth wrote: } } Moreover, I thought the idea is that the generated help-files should } be included in the tarball (like the man-pages). In this case, } the Doc/ directory (in which also the generated man-pages reside) } is certainly the correct location. I'm looking at, for example, Doc/Makefile.in "install.info" which creates a local directory named "infodir" where it builds tzsh.texi and then installs into the target location and removes infodir again when it's finished. Why is generating helfiles from the pre-built manual pages different than this? In any case "make clean" should remove Doc/help. BTW, at some point I've ended up with a "Doc/Doc/help" directory as well as a "Doc/help" directory. Doc/Doc/help has .cvsignore and .gitignore, Doc/help does not ... I'm not sure how this happened. -- Barton E. Schaefer