From 9c2af5dcd2d2c8754e4c74e02141822c0964a5a8 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 13 Feb 2020 16:30:38 +0100 Subject: moved utility scripts to their dedicated folder --- scripts/readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 scripts/readme.md (limited to 'scripts/readme.md') diff --git a/scripts/readme.md b/scripts/readme.md new file mode 100644 index 0000000..9bb97ec --- /dev/null +++ b/scripts/readme.md @@ -0,0 +1,24 @@ +# ldgallery scripts + +Some utilities. +Prefix the filename of your custom script with "local_", they are git-ignored. + +## Build + +### win_build.cmd + +Build the compiler. See {../compiler/readme.md} + +### win_help.cmd + +Shows the compiler's command line help. + +### win_compile_example.cmd + +Compile the example gallery, for demonstration purposes. See {../example/readme.md} + +### win_generate_yaml_files.cmd + +Generates template YAML files for your gallery. +Copy this CMD to your pictures folder. + -- cgit v1.2.3 From 874a355f19a60624de0e371e665b1dfd7e6fe492 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 2 May 2020 02:22:33 +0200 Subject: travis: renamed unwanted scripts to remove them from the release (added win_help) Renamed the files in readme.md --- scripts/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/readme.md') diff --git a/scripts/readme.md b/scripts/readme.md index 9bb97ec..a20d858 100644 --- a/scripts/readme.md +++ b/scripts/readme.md @@ -5,15 +5,15 @@ Prefix the filename of your custom script with "local_", they are git-ignored. ## Build -### win_build.cmd +### dev_win_build.cmd Build the compiler. See {../compiler/readme.md} -### win_help.cmd +### dev_win_help.cmd Shows the compiler's command line help. -### win_compile_example.cmd +### dev_win_compile_example.cmd Compile the example gallery, for demonstration purposes. See {../example/readme.md} -- cgit v1.2.3