diff options
Diffstat (limited to 'math/octave-devel/files/patch-doc:interpreter:Makefile.in')
-rw-r--r-- | math/octave-devel/files/patch-doc:interpreter:Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave-devel/files/patch-doc:interpreter:Makefile.in b/math/octave-devel/files/patch-doc:interpreter:Makefile.in new file mode 100644 index 000000000000..b9f68c643734 --- /dev/null +++ b/math/octave-devel/files/patch-doc:interpreter:Makefile.in @@ -0,0 +1,11 @@ +--- doc/interpreter/Makefile.in.orig Sun Jun 8 17:34:05 2003 ++++ doc/interpreter/Makefile.in Sun Jun 8 17:34:22 2003 +@@ -86,7 +86,7 @@ + @$(top_srcdir)/move-if-change $@.t $@ + + octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi +- -makeinfo -I$(srcdir) -I$(srcdir)/.. $< ++ -makeinfo --no-split -I$(srcdir) -I$(srcdir)/.. $< + + octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi + -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ |