From e036279ede26027b45fd30e97edc050a9cfd3944 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 8 Jun 2003 10:09:59 +0000 Subject: 1. remove BROKEN 2. utilize PORTDOCS and DOCSDIR 3. sort PLIST --- math/octave/files/patch-doc:interpreter:Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/octave/files/patch-doc:interpreter:Makefile.in (limited to 'math/octave/files/patch-doc:interpreter:Makefile.in') 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):"; \ -- cgit v1.2.3