view scripts/startup/module.mk @ 16830:4c51eaffa9e4

Update Text object color after property value has changed (bug #37007). * libinterp/interpfcn/graphics.in.h(update_color): After changing color property call update_text_extent() to force renderer to redraw.
author Rik <rik@octave.org>
date Sun, 23 Jun 2013 19:38:59 -0700
parents 5109be17eb49
children fa9fa6ab76f0
line wrap: on
line source

FCN_FILE_DIRS += startup

startup_FCN_FILES = \
  startup/__finish__.m

LOCAL_STARTUP_FILE_SRC  = startup/local-rcfile

SYSTEM_STARTUP_FILE_SRC = startup/main-rcfile

SYSTEM_INPUTRC_FILE_SRC = startup/inputrc

STARTUP_FILE_SRC = \
  $(LOCAL_STARTUP_FILE_SRC) \
  $(SYSTEM_STARTUP_FILE_SRC) \
  $(SYSTEM_INPUTRC_FILE_SRC)

FCN_FILES += \
  $(startup_FCN_FILES)

EXTRA_DIST += \
  $(STARTUP_FILE_SRC)

PKG_ADD_FILES += startup/PKG_ADD

DIRSTAMP_FILES += startup/$(octave_dirstamp)