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

pw-11 + patches: install.html problem



After applying all the current patches to pws-11 and running make I get

...
functions install path    : /tools/share/zsh/functions
installed functions       : Core/* Base/* Builtins/* User/* Commands/* Debian/*
Linux/* X/* Zle/* Prompts/* Misc/* Zftp/*

cd . && \
  CONFIG_FILES=./Makefile CONFIG_HEADERS= ./config.status
creating ./Makefile
Makefile:212: *** missing separator.  Stop.

Where around line 212 Makefile has:

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

# install/uninstall just the HTML manual
install.html uninstall.html:
	@cd Doc && $(MAKE) $(MAKEDEFS) $@

# install/uninstall just the html pages
install.html uninstall.html   <== line 212
	@cd Doc && $(MAKE) $(MAKEDEFS) $@

The error in line 212 is clear ... but why Makefile has two targets for
(un)install hmtl?


/andrej



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