view scripts/@ftp/module.mk @ 20511:eca5aa3225f4

imshow.m: Add support for 'parent' property (bug #45473). * imshow.m: Add cell variable prop_val_args{:} when calling image or imagesc. Populate prop_val_args with {"parent", hparent} when "parent" argument given to imshow. Remove code commented out in 2015/05/1 which has not caused any problems. Add warning that arguments "border" and "reduce" are not supported.
author Rik <rik@octave.org>
date Sun, 05 Jul 2015 13:55:56 -0700
parents 8d20fb66a0dc
children fa9fa6ab76f0
line wrap: on
line source

FCN_FILE_DIRS += @ftp

@ftp_FCN_FILES = \
  @ftp/ascii.m \
  @ftp/binary.m  \
  @ftp/cd.m  \
  @ftp/close.m  \
  @ftp/delete.m  \
  @ftp/dir.m  \
  @ftp/display.m  \
  @ftp/ftp.m  \
  @ftp/loadobj.m  \
  @ftp/mget.m  \
  @ftp/mkdir.m  \
  @ftp/mput.m  \
  @ftp/rename.m  \
  @ftp/rmdir.m  \
  @ftp/saveobj.m

FCN_FILES += $(@ftp_FCN_FILES)

PKG_ADD_FILES += @ftp/PKG_ADD

DIRSTAMP_FILES += @ftp/$(octave_dirstamp)