view scripts/time/module.mk @ 20627:56333f6df823

ls.m: Produce listing with 1 file per line if nargout > 0 (bug #46002). HG: Enter commit message. Lines beginning with 'HG:' are removed. HG: Leave message empty to abort commit. HG: -- HG: user: Lachlan Andrew <lachlanbis@gmail.com> HG: branch 'default' * ls.m: Add '-1' to arguments on non-PC platforms so that file listing is one per line.
author Lachlan Andrew <lachlanbis@gmail.com>
date Fri, 09 Oct 2015 19:29:28 -0700
parents 916cc788d906
children
line wrap: on
line source

FCN_FILE_DIRS += scripts/time

scripts_time_FCN_FILES = \
  scripts/time/addtodate.m \
  scripts/time/asctime.m \
  scripts/time/calendar.m \
  scripts/time/clock.m \
  scripts/time/ctime.m \
  scripts/time/date.m \
  scripts/time/datenum.m \
  scripts/time/datestr.m \
  scripts/time/datevec.m \
  scripts/time/eomday.m \
  scripts/time/etime.m \
  scripts/time/is_leap_year.m \
  scripts/time/now.m \
  scripts/time/weekday.m

scripts_timedir = $(fcnfiledir)/time

scripts_time_DATA = $(scripts_time_FCN_FILES)

FCN_FILES += $(scripts_time_FCN_FILES)

PKG_ADD_FILES += scripts/time/PKG_ADD

DIRSTAMP_FILES += scripts/time/$(octave_dirstamp)