diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-06-08 10:09:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-06-08 10:09:59 +0000 |
commit | e036279ede26027b45fd30e97edc050a9cfd3944 (patch) | |
tree | a2781d2aff0ca64f125886bbe76545133615fef2 /math/octave/files | |
parent | 9d8d99dc35c4a9413cdb427b64cd113d83f1e0ec (diff) | |
download | ports-e036279ede26027b45fd30e97edc050a9cfd3944.tar.gz ports-e036279ede26027b45fd30e97edc050a9cfd3944.zip |
Notes
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-aa | 2 | ||||
-rw-r--r-- | math/octave/files/patch-doc:interpreter:Makefile.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/math/octave/files/patch-aa b/math/octave/files/patch-aa index 7a5a5b68fd28..123b16c84f96 100644 --- a/math/octave/files/patch-aa +++ b/math/octave/files/patch-aa @@ -5,7 +5,7 @@ liboctave.info: $(TEXINFO) ../conf.texi - -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -makeinfo --force -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi ++ -makeinfo --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi liboctave.dvi: $(TEXINFO) ../conf.texi -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \ diff --git a/math/octave/files/patch-doc:interpreter:Makefile.in b/math/octave/files/patch-doc:interpreter:Makefile.in new file mode 100644 index 000000000000..b9f68c643734 --- /dev/null +++ b/math/octave/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):"; \ |