summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-doc:interpreter:Makefile.in
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-08 10:09:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-08 10:09:59 +0000
commite036279ede26027b45fd30e97edc050a9cfd3944 (patch)
treea2781d2aff0ca64f125886bbe76545133615fef2 /math/octave/files/patch-doc:interpreter:Makefile.in
parentThe attached patch changes fplogo.gif to createdwFP.gif, and adds a usage (diff)
1. remove BROKEN
2. utilize PORTDOCS and DOCSDIR 3. sort PLIST
Diffstat (limited to 'math/octave/files/patch-doc:interpreter:Makefile.in')
-rw-r--r--math/octave/files/patch-doc:interpreter:Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-doc:interpreter:Makefile.in b/math/octave/files/patch-doc:interpreter:Makefile.in
new file mode 100644
index 000000000000..b9f68c643734
--- /dev/null
+++ b/math/octave/files/patch-doc:interpreter:Makefile.in
@@ -0,0 +1,11 @@
+--- doc/interpreter/Makefile.in.orig Sun Jun 8 17:34:05 2003
++++ doc/interpreter/Makefile.in Sun Jun 8 17:34:22 2003
+@@ -86,7 +86,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)/.. $<
+
+ octave.dvi: $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
+ -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \