view scripts/io/module.mk @ 17500:be7e8b91c6b1

hist.m: Overhaul function. * scripts/plot/hist.m: Rephrase some of docstring. Put input validation first. Use variable names in error messages. Use meaningful variable name 'xsort' rather than 'tmp'. Use in-place operators for performance.
author Rik <rik@octave.org>
date Wed, 25 Sep 2013 11:34:53 -0700
parents 9a455cf96dbe
children
line wrap: on
line source

FCN_FILE_DIRS += io

io_FCN_FILES = \
  io/beep.m \
  io/csvread.m \
  io/csvwrite.m \
  io/dlmwrite.m \
  io/fileread.m \
  io/importdata.m \
  io/is_valid_file_id.m \
  io/strread.m \
  io/textscan.m \
  io/textread.m

FCN_FILES += $(io_FCN_FILES)

PKG_ADD_FILES += io/PKG_ADD

DIRSTAMP_FILES += io/$(octave_dirstamp)