zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Better dependencies for building Doc
@ 2000-01-30  2:05 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2000-01-30  2:05 UTC (permalink / raw)
  To: zsh-workers

Files generated from zsh.texi were not built properly when not building in
the source tree.

Index: Doc/Makefile.in
===================================================================
@@ -79,10 +79,10 @@
 everything: all zsh.dvi zsh_us.ps zsh_a4.ps zsh_toc.html
 .PHONY: everything
 
-zsh.dvi: zsh.texi
+zsh.dvi: $(sdir)/zsh.texi
 	$(TEXI2DVI) $(sdir)/zsh.texi
 
-zsh.texi:
+zsh.texi $(sdir)/zsh.texi:
 	case $@ in \
 	  */*) target=$@ ;; \
 	  *) target=$(sdir)/$@ ;; \
@@ -90,7 +90,7 @@
 	$(YODL) -o $$target -I$(sdir) -w ztexi.yo version.yo zsh.yo; \
 	test -f $$target
 
-zsh.info: zsh.texi
+zsh.info: $(sdir)/zsh.texi
 	$(MAKEINFO) $(sdir)/zsh.texi
 
 .yo.1:
@@ -110,7 +110,7 @@
 zsh_a4.ps: zsh.dvi
 	$(DVIPS) -t a4 -o $@ zsh.dvi
 
-zsh_toc.html: zsh.texi
+zsh_toc.html: $(sdir)/zsh.texi
 	$(TEXI2HTML) $(sdir)/zsh.texi
 
 zshall.1: zsh.yo

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-01-30  2:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-30  2:05 PATCH: Better dependencies for building Doc Bart Schaefer

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).