view scripts/@ftp/module.mk @ 16923:5d08a2ec7edb

doc: Move graphics object functions into the right section * plot.txi: Merge node "Use of axis, line, and patch Functions" into node "Graphics Objects". * octave.texi: Remove node "Use of axis, line, and patch Functions"
author Mike Miller <mtmiller@ieee.org>
date Mon, 08 Jul 2013 09:13:30 -0400
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)