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

Re: PATCH: Program transform name, again



On Dec 6,  4:07am, Bart Schaefer wrote:
} Subject: Re: PATCH: Program transform name, again
}
} Oops; two silly typos fixed below

Of course this is what I get for not starting the make from a completely
clean tree.  zsh.info should no longer be built until install time, as its
name may not even be zsh.info any more.

Index: Doc/Makefile.in
===================================================================
@@ -68,14 +68,14 @@
 
 transform = @program_transform_name@
 
-all: $(MAN) zsh.texi zsh.info ../META-FAQ
+all: $(MAN) zsh.texi ../META-FAQ
 
 everything: all zsh.dvi zsh_us.ps zsh_a4.ps zsh_toc.html
 
 zsh.dvi: zsh.texi
 	$(TEXI2DVI) zsh.texi
 
-zsh.texi.in: $(sdir)/zsh.yo
+$(sdir)/zsh.texi.in: $(sdir)/zsh.yo
 	$(YODL) -o $(sdir)/zsh.texi.in -I$(sdir) -w ztexi.yo version.yo zsh.yo
 
 zsh.texi: $(sdir)/zsh.texi.in

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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