From 00a2e6d81ec506a718b28bcd22aaf36c51790c55 Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 5 May 2009 15:10:09 +0000 Subject: Help builder --- help/en_US/build_help.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 help/en_US/build_help.sce (limited to 'help/en_US') diff --git a/help/en_US/build_help.sce b/help/en_US/build_help.sce new file mode 100644 index 00000000..783533c9 --- /dev/null +++ b/help/en_US/build_help.sce @@ -0,0 +1,12 @@ +// ==================================================================== +// Copyright INRIA 2008 +// Allan CORNET +// Simon LIPP +// This file is released into the public domain +// ==================================================================== + +help_lang_dir = get_absolute_file_path('build_help.sce'); + +tbx_build_help(TOOLBOX_TITLE, help_lang_dir); + +clear help_lang_dir; -- cgit