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

Re: Mac OS X error



Steven Farrier wrote:
> So I tried commenting out all commands that mentioned doc in the Makefile, 
> and in some places deleted the word doc.
>
> make: *** No rule to make target `install.man', needed by `install'.  
> Stop.

Looks to me like you've deleted too much in the top level Makefile.  If you
commented out

  # install/uninstall just the man pages
  install.man uninstall.man:
        @cd Doc && $(MAKE) $(MAKEDEFS) $@

then uncomment the first line and try again.

In fact, you're basically there --- the only step which didn't work is
installing the documentation you don't have anyway.  The shell, libraries
and functions should all be correctly installed.

You might want to look at 
  ftp://ftp.zsh.org/pub/development/
which has a reasonably recent development version including pre-built
manual pages.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************



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