fix make-dist

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-11-29 17:44:20 +01:00
parent ef80aa5690
commit aac3ddf45f
14 changed files with 16 additions and 16 deletions

View File

@ -273,6 +273,6 @@ It features background tasks and interactive chats, and can serve as an interfac
<p>@Gnadelwartz</p>
<h2>That's it all guys!</h2>
<p>If you feel that there's something missing or if you found a bug, feel free to submit a pull request!</p>
<h4>$$VERSION$$ v1.2-pre2-0-g2824487</h4>
<h4>$$VERSION$$ v1.2-pre2-2-gef80aa5</h4>
</body>
</html>

View File

@ -265,4 +265,4 @@ bashbotBlockRecover() {
If you feel that there's something missing or if you found a bug, feel free to submit a pull request!
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5

View File

@ -355,4 +355,4 @@ wait
If you feel that there's something missing or if you found a bug, feel free to
submit a pull request!
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5

View File

@ -6,7 +6,7 @@
#
# tested on: ubuntu, opensuse
#
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
# shellcheck disable=SC2009
# shellcheck disable=SC2181

View File

@ -11,7 +11,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v1.2-pre2-1-g95b2b9a
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
#
# Exit Codes:
# - 0 success (hopefully)

View File

@ -15,7 +15,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
#
# adjust your language setting here, e.g. when run from other user or cron.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
############
# NOTE: you MUST run install-hooks.sh again when updating this file!

View File

@ -2,7 +2,7 @@
# file: make-distribution.sh
# creates files and arcchives to dirtribute bashbot
#
#### $$VERSION$$ v1.1-0-gc0eb399
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
# magic to ensure that we're always inside the root of our application,
# no matter from which directory we'll run script
@ -57,8 +57,8 @@ fi
# make html doc
echo "Create html doc"
#shellcheck disable=SC1090
source "$GIT_DIR/../dev/make-html.sh"
# shellcheck disable=SC1090,SC1091
source "../../dev/make-html.sh"
# create archive
cd .. || exit 1

View File

@ -349,5 +349,5 @@ fi
#### [Prev Function Reference](6_reference.md)
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5

View File

@ -6,7 +6,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
# shellcheck disable=SC1117
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
# adjust your language setting here
# https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment

View File

@ -2,7 +2,7 @@
# files: mycommands.sh.dist
# copy to mycommands.sh and add all your commands and functions here ...
#
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
#
# shellcheck disable=SC2154,SC2034,SC1117,SC2221,SC2222

View File

@ -6,7 +6,7 @@
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
# shellcheck disable=SC1117
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
# will be automatically sourced from bashbot

View File

@ -6,7 +6,7 @@
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
# shellcheck disable=SC1117
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
# will be automatically sourced from bashbot

View File

@ -9,7 +9,7 @@
# #### mycommands.clean
#
# shellcheck disable=SC1117
#### $$VERSION$$ v1.2-pre2-0-g2824487
#### $$VERSION$$ v1.2-pre2-2-gef80aa5
#
# uncomment the following lines to overwrite info and help messages