diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-06-08 10:09:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-06-08 10:09:59 +0000 |
commit | e036279ede26027b45fd30e97edc050a9cfd3944 (patch) | |
tree | a2781d2aff0ca64f125886bbe76545133615fef2 /math/octave/files/patch-doc:interpreter:Makefile.in | |
parent | The 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.in | 11 |
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):"; \ |