blob: bcc2f7d29a2a1dd2b1f8392a0fd7ca5e3442a2f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur octave-3.2.0/doc/Makefile.in octave-3.2.0.new/doc/Makefile.in
--- octave-3.2.0/doc/Makefile.in 2009-06-03 07:55:40.000000000 -0400
+++ octave-3.2.0.new/doc/Makefile.in 2009-07-07 18:20:14.000000000 -0400
@@ -30,6 +30,8 @@
all: conf.texi $(SUBDIRS)
.PHONY: all
+$(SUBDIRS): conf.texi
+
conf.texi: conf.texi.in $(TOPDIR)/Makeconf
@$(do-subst-texinfo-vals)
|