view scripts/@ftp/module.mk @ 17533:d99785217634

legend.m: Text objects should inherit textcolor, interpreter properties from legend (bug #40064). * scripts/plot/legend.m: Match variable names in function prototype to docstring. Get textcolor and interpreter properties from legend axis object and apply them when creating text objects. Use '~' to ignore dummy input to callback functions. Remove some for loops for performance.
author Rik <rik@octave.org>
date Thu, 26 Sep 2013 22:26:42 -0700
parents 8d20fb66a0dc
children
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)