diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-01 06:56:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-01 06:56:34 +0000 |
commit | e4dc56fc68b661cb7ccd40b34226e1e8c5f15b84 (patch) | |
tree | 77fa18943cad7e230f21c036e97a84896ce0fe3d /math/octave/files | |
parent | - Update to 0.5.3.043 (diff) |
Update to 2.1.73
This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-aa | 16 | ||||
-rw-r--r-- | math/octave/files/patch-doc:interpreter:Makefile.in | 10 |
2 files changed, 13 insertions, 13 deletions
diff --git a/math/octave/files/patch-aa b/math/octave/files/patch-aa index 2e4bfbb01073..d902a0ac32f5 100644 --- a/math/octave/files/patch-aa +++ b/math/octave/files/patch-aa @@ -1,11 +1,11 @@ ---- doc/liboctave/Makefile.in.orig Wed May 25 22:19:58 2005 -+++ doc/liboctave/Makefile.in Wed May 25 22:52:46 2005 -@@ -43,7 +43,7 @@ +--- doc/liboctave/Makefile.in.orig Tue Mar 21 06:10:52 2006 ++++ doc/liboctave/Makefile.in Sat Jul 1 13:50:50 2006 +@@ -48,7 +48,7 @@ .PHONY: all - liboctave.info: $(TEXINFO) ../conf.texi -- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi + liboctave.info: $(TEXINFO) +- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $< ++ -$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $< - liboctave.dvi: $(TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ + liboctave.dvi: $(TEXINFO) + -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2DVI) $< diff --git a/math/octave/files/patch-doc:interpreter:Makefile.in b/math/octave/files/patch-doc:interpreter:Makefile.in index f5e55d53ac7f..26afc3096a99 100644 --- a/math/octave/files/patch-doc:interpreter:Makefile.in +++ b/math/octave/files/patch-doc:interpreter:Makefile.in @@ -1,11 +1,11 @@ ---- doc/interpreter/Makefile.in.orig Wed May 25 22:21:11 2005 -+++ doc/interpreter/Makefile.in Wed May 25 22:21:04 2005 +--- doc/interpreter/Makefile.in.orig Tue Mar 21 06:10:52 2006 ++++ doc/interpreter/Makefile.in Sat Jul 1 13:52:37 2006 @@ -89,7 +89,7 @@ @$(top_srcdir)/move-if-change $@.t $@ - octave.info: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi + octave.info: $(TEXINFO) - -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $< + -$(MAKEINFO) --no-split -I$(srcdir) -I$(srcdir)/.. $< - octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ + octave.dvi: $(TEXINFO) + -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" $(TEXI2DVI) $< |