view scripts/time/module.mk @ 20630:99eb26310cb3

Update the state of the toolbar after ui* children have been removed *Figure.cc (Figure::EventNotifyAfter): update the state of the toolbar after an ui* children is removed e.g. by clf.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sat, 10 Oct 2015 12:48:10 +0200
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)