f87963630c
- Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst <johans@stack.nl> [1]
11 lines
439 B
Text
11 lines
439 B
Text
--- 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):"; \
|