Mercurial > hg > octave-lyh
changeset 14081:b69762f7a343 stable
maint: include functions in module.mk files
* deprecated/module.mk (deprecated_FCN_FILES): Include
deprecated/error_text.m and deprecated/__error_text__.m in the list.
* miscellaneous/module.mk (miscellaneous_FCN_FILES): Include
miscellaneous/usejava.m in the list.
* plot/module.mk (plot_FCN_FILES): Include plot/waitbar.m in the
list.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 21 Dec 2011 09:46:32 -0500 |
parents | 941d19370065 |
children | 97f41a44dd80 |
files | scripts/deprecated/module.mk scripts/miscellaneous/module.mk scripts/plot/module.mk |
diffstat | 3 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/deprecated/module.mk +++ b/scripts/deprecated/module.mk @@ -1,6 +1,7 @@ FCN_FILE_DIRS += deprecated deprecated_FCN_FILES = \ + deprecated/__error_text__.m \ deprecated/autocor.m \ deprecated/autocov.m \ deprecated/betai.m \ @@ -11,6 +12,7 @@ deprecated/cquad.m \ deprecated/cut.m \ deprecated/dispatch.m \ + deprecated/error_text.m \ deprecated/fstat.m \ deprecated/gammai.m \ deprecated/glpkmex.m \