summaryrefslogtreecommitdiff
path: root/help/builder_help.sce
diff options
context:
space:
mode:
Diffstat (limited to 'help/builder_help.sce')
-rw-r--r--help/builder_help.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/help/builder_help.sce b/help/builder_help.sce
new file mode 100644
index 0000000..8f93d27
--- /dev/null
+++ b/help/builder_help.sce
@@ -0,0 +1,8 @@
+// This file is released under the 3-clause BSD license. See COPYING-BSD.
+
+here = get_absolute_file_path("builder_help.sce");
+d = dir(here);
+d = d.name(d.isdir);
+la_LA = d(grep(d, "/[a-z]{2}_[A-Z]{2}/", "r")); // filtering out ./images/ ./mml/, ...
+tbx_builder_help_lang(la_LA, here);
+clear here d la_LA