Mercurial > hg > octave-nkf
view scripts/statistics/models/module.mk @ 20706:1339ad3c9faa stable
Fix typo in str2func docstring.
* ov-fcn-handle.cc (Ffunc2str): Fix typo where 'a' should be '@'.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 22 Sep 2015 02:06:17 -0700 |
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)