From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19513 invoked from network); 23 Oct 2001 10:19:29 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 Oct 2001 10:19:29 -0000 Received: (qmail 14248 invoked by alias); 23 Oct 2001 10:19:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16120 Received: (qmail 14232 invoked from network); 23 Oct 2001 10:19:14 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Steven Farrier To: zsh-workers@sunsite.dk Subject: Re: Mac OS X error Date: Tue, 23 Oct 2001 03:18:24 -0700 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <20011023101824.xyNQZEhK7XD61qIgCL3X9COTQlDRGgvQwt8EzMK_0oY@z> > That's O.K., zsh CVS snapshot requires yodl to build documentation > (release comes with prebuilt docs). You can just comment out Doc subdir > in top-level Makefile, that will give you functional (hopefully) zsh > without manuals. Or install yodl; I do not have actual download > location, sorry. I tried to compile yodl but I could not get past ./configure So I tried commenting out all commands that mentioned doc in the Makefile, and in some places deleted the word doc. I managed to get to make install but at the end of that I got this. rm -f /usr/local/bin/zsh.new ln /usr/local/bin/zsh-4.1.0-dev-2 /usr/local/bin/zsh.new mv /usr/local/bin/zsh.new /usr/local/bin/zsh if test x/usr/local/share/zsh/4.1.0-dev-2/functions != x && test x/usr/local/share/zsh/4.1.0-dev-2/functions != xno; then \    test x/usr/local/share/zsh/site-functions != xno && \      /bin/sh ./mkinstalldirs /usr/local/share/zsh/site-functions; \    sdir_top="." fndir="/usr/local/share/zsh/4.1.0-dev-2/functions" dir_top="." \    FUNCTIONS_SUBDIRS="no" \    INSTALL_DATA="/usr/bin/install -c -m 644" \    DESTDIR="" VERSION="4.1.0-dev-2" \    /bin/sh ./Config/installfns.sh || exit 1; \ fi; \ exit 0 mkdir /usr/local/share/zsh mkdir /usr/local/share/zsh/site-functions mkdir /usr/local/share/zsh/4.1.0-dev-2 mkdir /usr/local/share/zsh/4.1.0-dev-2/functions make: *** No rule to make target `install.man', needed by `install'.   Stop. BTW, would it be helpful if I posted the text of some of these file on the web, if so you can tell me what files to put on the web.