# HG changeset patch # User John W. Eaton # Date 1324478792 18000 # Node ID b69762f7a34338f88520a5b597cc4a61670c63ab # Parent 941d19370065364df0212b744b5152fe0e610393 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. diff -r 941d19370065 -r b69762f7a343 scripts/deprecated/module.mk --- a/scripts/deprecated/module.mk Tue Dec 20 17:59:07 2011 -0800 +++ b/scripts/deprecated/module.mk Wed Dec 21 09:46:32 2011 -0500 @@ -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 \ diff -r 941d19370065 -r b69762f7a343 scripts/miscellaneous/module.mk --- a/scripts/miscellaneous/module.mk Tue Dec 20 17:59:07 2011 -0800 +++ b/scripts/miscellaneous/module.mk Wed Dec 21 09:46:32 2011 -0500 @@ -67,6 +67,7 @@ miscellaneous/unpack.m \ miscellaneous/untar.m \ miscellaneous/unzip.m \ + miscellaneous/usejava.m \ miscellaneous/ver.m \ miscellaneous/version.m \ miscellaneous/warning_ids.m \ diff -r 941d19370065 -r b69762f7a343 scripts/plot/module.mk --- a/scripts/plot/module.mk Tue Dec 20 17:59:07 2011 -0800 +++ b/scripts/plot/module.mk Wed Dec 21 09:46:32 2011 -0500 @@ -194,6 +194,7 @@ plot/uitoolbar.m \ plot/uiwait.m \ plot/view.m \ + plot/waitbar.m \ plot/waitforbuttonpress.m \ plot/whitebg.m \ plot/xlabel.m \