Mercurial > hg > octave-nkf
view scripts/statistics/models/module.mk @ 20296:23fb65b45d8c
do not call custom editor at startup and when debugging (bug #44701)
* file-editor.cc (call_custom_editor): return with true but without opening
a file;
(empty_script): do not open an empty script in the cutom editor
at startup
author | Torsten <ttl@justmail.de> |
---|---|
date | Fri, 17 Apr 2015 19:55:24 +0200 |
parents | 446c46af4b42 |
children | fa9fa6ab76f0 |
line wrap: on
line source
FCN_FILE_DIRS += statistics/models statistics_models_PRIVATE_FCN_FILES = \ statistics/models/private/logistic_regression_derivatives.m \ statistics/models/private/logistic_regression_likelihood.m statistics_models_FCN_FILES = \ statistics/models/logistic_regression.m \ $(statistics_models_PRIVATE_FCN_FILES) FCN_FILES += $(statistics_models_FCN_FILES) PKG_ADD_FILES += statistics/models/PKG_ADD DIRSTAMP_FILES += statistics/models/$(octave_dirstamp)