Mercurial > hg > octave-nkf
annotate scripts/@ftp/module.mk @ 17530:0f45d9dd8107
test: Fix 4 failing plot demos.
* scripts/plot/legend.m: Demo #11, use 'h' for returned handle.
* scripts/plot/plot.m: Fix typo "lenths" -> "lengths".
* scripts/plot/ribbon.m: Remove unnecessary call to meshgrid now
that sombrero returns meshgridded data.
* scripts/plot/trimesh.m: Set colormap so plot is always reproducible.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 01 Oct 2013 15:39:20 -0700 |
parents | 8d20fb66a0dc |
children | fa9fa6ab76f0 |
rev | line source |
---|---|
9880 | 1 FCN_FILE_DIRS += @ftp |
2 | |
3 @ftp_FCN_FILES = \ | |
4 @ftp/ascii.m \ | |
5 @ftp/binary.m \ | |
6 @ftp/cd.m \ | |
7 @ftp/close.m \ | |
8 @ftp/delete.m \ | |
9 @ftp/dir.m \ | |
10 @ftp/display.m \ | |
11 @ftp/ftp.m \ | |
12 @ftp/loadobj.m \ | |
13 @ftp/mget.m \ | |
14 @ftp/mkdir.m \ | |
15 @ftp/mput.m \ | |
16 @ftp/rename.m \ | |
17 @ftp/rmdir.m \ | |
18 @ftp/saveobj.m | |
19 | |
20 FCN_FILES += $(@ftp_FCN_FILES) | |
21 | |
22 PKG_ADD_FILES += @ftp/PKG_ADD | |
9906 | 23 |
24 DIRSTAMP_FILES += @ftp/$(octave_dirstamp) |