# HG changeset patch # User Rik # Date 1310850188 25200 # Node ID 56bc9eda5c9c04084d9530f386a193c6e887a56b # Parent a1dcb854a4f92334a7263adccd240273de9f43d6 codesprint: Move unimplemented.m to help/ directory * miscellaneous/module.mk, help/module.mk: Move unimplemented.m to help/ directory diff --git a/scripts/help/module.mk b/scripts/help/module.mk --- a/scripts/help/module.mk +++ b/scripts/help/module.mk @@ -13,6 +13,7 @@ help/lookfor.m \ help/print_usage.m \ help/type.m \ + help/unimplemented.m \ help/which.m \ $(help_PRIVATE_FCN_FILES) diff --git a/scripts/miscellaneous/unimplemented.m b/scripts/help/unimplemented.m rename from scripts/miscellaneous/unimplemented.m rename to scripts/help/unimplemented.m diff --git a/scripts/miscellaneous/module.mk b/scripts/miscellaneous/module.mk --- a/scripts/miscellaneous/module.mk +++ b/scripts/miscellaneous/module.mk @@ -61,7 +61,6 @@ miscellaneous/tar.m \ miscellaneous/tempdir.m \ miscellaneous/tempname.m \ - miscellaneous/unimplemented.m \ miscellaneous/unix.m \ miscellaneous/unpack.m \ miscellaneous/untar.m \