Mercurial > hg > octave-lyh
changeset 6650:10da0f6d85c2 ss-2-9-11
[project @ 2007-05-22 06:48:18 by jwe]
author | jwe |
---|---|
date | Tue, 22 May 2007 06:48:18 +0000 |
parents | 38334ac563f0 |
children | e010120ba03e |
files | doc/ChangeLog doc/interpreter/Makefile.in src/DLD-FUNCTIONS/urlwrite.cc |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-05-22 John W. Eaton <jwe@octave.org> + + * interpreter/Makefile.in (DISTFILES): Add mkcontrib.awk to the list. + 2007-05-21 David Bateman <dbatemna@free.fr> * interpreter/debug.txi, io.txi, octave.txi: Doc fixes.
--- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -85,8 +85,8 @@ MAN_SRC := $(addsuffix .1, $(MAN_BASE)) # FIXME -- need to include generated figures here... -DISTFILES = Makefile.in contributors.in dir munge-texi.cc $(MAN_SRC) \ - $(SOURCES) $(TEXINFO) $(FORMATTED) $(IMAGES) +DISTFILES = Makefile.in contributors.in mkcontrib.awk dir \ + munge-texi.cc $(MAN_SRC) $(SOURCES) $(TEXINFO) $(FORMATTED) $(IMAGES) DISTDIRS = HTML
--- a/src/DLD-FUNCTIONS/urlwrite.cc +++ b/src/DLD-FUNCTIONS/urlwrite.cc @@ -357,7 +357,7 @@ GET and POST requests can be specified by @var{method} and @var{param}.\n\ The parameter @var{method} is either @samp{get} or @samp{post}\n\ and @var{param} is a cell array of parameter and value pairs.\n\ -For example,\n\ +For example,\n\ \n\ @example\n\ s = urlread (\"http://www.google.com/search\", \"get\",\n\