zsh-workers
 help / color / mirror / code / Atom feed
* pw-11 + patches: install.html problem
@ 1999-12-12 13:29 Andrej Borsenkow
  1999-12-13 10:19 ` Zefram
  0 siblings, 1 reply; 2+ messages in thread
From: Andrej Borsenkow @ 1999-12-12 13:29 UTC (permalink / raw)
  To: ZSH workers mailing list

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pw-11 + patches: install.html problem
  1999-12-12 13:29 pw-11 + patches: install.html problem Andrej Borsenkow
@ 1999-12-13 10:19 ` Zefram
  0 siblings, 0 replies; 2+ messages in thread
From: Zefram @ 1999-12-13 10:19 UTC (permalink / raw)
  To: Andrej Borsenkow; +Cc: zsh-workers

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

The broken one comes from 8959.  8966, which supplied the correct version,
was supposed to be applied instead of 89<58-60>.

-zefram


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-13 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-12 13:29 pw-11 + patches: install.html problem Andrej Borsenkow
1999-12-13 10:19 ` Zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).