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

Re: zsh-4.3.4-dev-2.tar.gz



"Zvi Har'El" wrote:
> One problem that I have found is that  zsh-4.3.4-dev-2/Doc/zsh.texi is
> older than the CVS HEAD, and still refers to the dev-1 version:

That should be fixed when I regenerate the docs fully for the proper
release, but it looks like the dependencies are screwy.  (Actually, all
make dependencies in every system I know are screwy, but at least we can
fix this one.)

Index: Doc/Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v
retrieving revision 1.37
diff -u -r1.37 Makefile.in
--- Doc/Makefile.in	14 Oct 2007 17:14:22 -0000	1.37
+++ Doc/Makefile.in	20 Nov 2007 14:06:48 -0000
@@ -106,7 +106,7 @@
 texi: $(sdir)/zsh.texi
 .PHONY: texi
 
-$(sdir)/zsh.texi:
+$(sdir)/zsh.texi: version.yo
 	$(YODL) -o $@ -I$(sdir) -w ztexi.yo version.yo zsh.yo; \
 	test -f $@
 
-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070



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