aboutsummaryrefslogtreecommitdiff
path: root/scripts/readme.md
diff options
context:
space:
mode:
authorZero~Informatique2020-02-13 16:30:38 +0100
committerZero~Informatique2020-02-13 16:43:07 +0100
commit9c2af5dcd2d2c8754e4c74e02141822c0964a5a8 (patch)
tree280836d2d4e931a294e1beebf37c0ee886901b5f /scripts/readme.md
parentaf4660b4c4fea455dfffbf2d966bae425ed6effb (diff)
downloadldgallery-9c2af5dcd2d2c8754e4c74e02141822c0964a5a8.tar.gz
moved utility scripts to their dedicated folder
Diffstat (limited to 'scripts/readme.md')
-rw-r--r--scripts/readme.md24
1 files changed, 24 insertions, 0 deletions
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 @@
1# ldgallery scripts
2
3Some utilities.
4Prefix the filename of your custom script with "local_", they are git-ignored.
5
6## Build
7
8### win_build.cmd
9
10Build the compiler. See {../compiler/readme.md}
11
12### win_help.cmd
13
14Shows the compiler's command line help.
15
16### win_compile_example.cmd
17
18Compile the example gallery, for demonstration purposes. See {../example/readme.md}
19
20### win_generate_yaml_files.cmd
21
22Generates template YAML files for your gallery.
23Copy this CMD to your pictures folder.
24