mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fefb49f219
I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea <reg@shale.csir.co.za>
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
--- doc/liboctave/Makefile.in.orig Wed May 12 13:10:19 1999
|
|
+++ doc/liboctave/Makefile.in Wed May 12 13:04:51 1999
|
|
@@ -42,7 +42,7 @@
|
|
.PHONY: all
|
|
|
|
liboctave.info: $(TEXINFO) ../conf.texi
|
|
- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
|
|
+ -makeinfo --force -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi
|
|
|
|
liboctave.dvi: $(TEXINFO) ../conf.texi
|
|
-TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \
|