1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/math/octave/files/patch-aa
Jean-Yves Lefort f87963630c [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]
2005-05-26 17:32:40 +00:00

12 lines
439 B
Plaintext

--- 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 @@
.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.dvi: $(TEXINFO) ../conf.texi
-TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \