diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-26 17:32:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-26 17:32:40 +0000 |
commit | f87963630cbb4fc06b7cf8102af1187e3cedcc28 (patch) | |
tree | 7158ccd776cb2b435c150e53547766b60e175ed2 /math/octave-devel/files/patch-doc:interpreter:Makefile.in | |
parent | Update to 0.5.17 (diff) |
[1]:
- Update to 2.1.71
- Use ${INFO}
Moreover:
- Polish the Makefile
PR: ports/81482 [1]
Submitted by: Johan van Selst <johans@stack.nl> [1]
Diffstat (limited to 'math/octave-devel/files/patch-doc:interpreter:Makefile.in')
-rw-r--r-- | math/octave-devel/files/patch-doc:interpreter:Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/octave-devel/files/patch-doc:interpreter:Makefile.in b/math/octave-devel/files/patch-doc:interpreter:Makefile.in index 476c0a918e5d..f5e55d53ac7f 100644 --- a/math/octave-devel/files/patch-doc:interpreter:Makefile.in +++ b/math/octave-devel/files/patch-doc:interpreter:Makefile.in @@ -1,11 +1,11 @@ ---- doc/interpreter/Makefile.in.orig Thu Feb 27 05:55:47 2003 -+++ doc/interpreter/Makefile.in Tue Jun 10 01:26:37 2003 -@@ -87,7 +87,7 @@ +--- doc/interpreter/Makefile.in.orig Wed May 25 22:21:11 2005 ++++ doc/interpreter/Makefile.in Wed May 25 22:21:04 2005 +@@ -89,7 +89,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)/.. $< +- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $< ++ -$(MAKEINFO) --no-split -I$(srcdir) -I$(srcdir)/.. $< octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ |