Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
pw-11 + patches: install.html problem
- X-seq: zsh-workers 9003
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: pw-11 + patches: install.html problem
- Date: Sun, 12 Dec 1999 16:29:45 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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