comparison doc/Makefile.in @ 7315:3ceb12c499e9

[project @ 2007-12-13 21:35:36 by jwe]
author jwe
date Thu, 13 Dec 2007 21:35:36 +0000
parents a1dbe9d80eee
children e258715b2e78
comparison
equal deleted inserted replaced
7314:8e5feea0545a 7315:3ceb12c499e9
40 DISTSUBDIRS = $(SUBDIRS) 40 DISTSUBDIRS = $(SUBDIRS)
41 41
42 all: conf.texi $(SUBDIRS) 42 all: conf.texi $(SUBDIRS)
43 .PHONY: all 43 .PHONY: all
44 44
45 conf.texi: conf.texi.in $(TOPDIR)/Makeconf 45 conf.texi: conf.texi.in $(TOPDIR)/Makeconf $(top_srcdir)/src/version.h
46 @$(do-subst-texinfo-vals) 46 @$(do-subst-texinfo-vals)
47 47
48 ../BUGS ../INSTALL.OCTAVE: 48 ../BUGS ../INSTALL.OCTAVE:
49 $(MAKE) -C interpreter ../$@ 49 $(MAKE) -C interpreter ../$@
50 .PHONY: ../BUGS ../INSTALL.OCTAVE 50 .PHONY: ../BUGS ../INSTALL.OCTAVE