diff options
Diffstat (limited to 'math/octave/patches/patch-aj')
-rw-r--r-- | math/octave/patches/patch-aj | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/math/octave/patches/patch-aj b/math/octave/patches/patch-aj new file mode 100644 index 00000000000..992dd3c4b1d --- /dev/null +++ b/math/octave/patches/patch-aj @@ -0,0 +1,29 @@ +$NetBSD: patch-aj,v 1.1 2002/02/18 15:14:33 seb Exp $ + +--- doc/interpreter/Makefile.in.orig Sun Feb 17 22:48:00 2002 ++++ doc/interpreter/Makefile.in +@@ -56,7 +56,7 @@ + .PHONY: all + + octave.info: $(TEXINFO) ../conf.texi +- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/octave.texi ++ -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/octave.texi + + octave.dvi: $(TEXINFO) ../conf.texi + -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \ +@@ -67,13 +67,13 @@ + -dvips -o octave.ps octave.dvi + + ../../INSTALL.OCTAVE: install.texi +- -makeinfo -D INSTALLONLY \ ++ -$(MAKEINFO) -D INSTALLONLY \ + --no-validate --no-headers --no-split --output INSTALL \ + -I$(srcdir) -I$(srcdir)/.. $(srcdir)/install.texi + mv INSTALL ../../INSTALL.OCTAVE + + ../../BUGS: bugs.texi +- -makeinfo -D BUGSONLY \ ++ -$(MAKEINFO) -D BUGSONLY \ + --no-validate --no-headers --no-split --output BUGS \ + -I$(srcdir) -I$(srcdir)/.. $(srcdir)/bugs.texi + mv BUGS ../../BUGS |