aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero~Informatique2020-05-02 02:22:33 +0200
committerZero~Informatique2020-05-02 02:22:33 +0200
commit874a355f19a60624de0e371e665b1dfd7e6fe492 (patch)
treef01122d9bf16cf32bf136370e53ae274bb230fe1
parent16ff1c8a3c1be0298a9732ed272c7ba02e2cd9d0 (diff)
downloadldgallery-874a355f19a60624de0e371e665b1dfd7e6fe492.tar.gz
travis: renamed unwanted scripts to remove them from the release (added win_help)
Renamed the files in readme.md
-rw-r--r--scripts/dev_win_help.cmd (renamed from scripts/win_help.cmd)0
-rw-r--r--scripts/readme.md6
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/win_help.cmd b/scripts/dev_win_help.cmd
index f0bdb98..f0bdb98 100644
--- a/scripts/win_help.cmd
+++ b/scripts/dev_win_help.cmd
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.
5 5
6## Build 6## Build
7 7
8### win_build.cmd 8### dev_win_build.cmd
9 9
10Build the compiler. See {../compiler/readme.md} 10Build the compiler. See {../compiler/readme.md}
11 11
12### win_help.cmd 12### dev_win_help.cmd
13 13
14Shows the compiler's command line help. 14Shows the compiler's command line help.
15 15
16### win_compile_example.cmd 16### dev_win_compile_example.cmd
17 17
18Compile the example gallery, for demonstration purposes. See {../example/readme.md} 18Compile the example gallery, for demonstration purposes. See {../example/readme.md}
19 19