hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit b53e6eed0175ca59579a723a3f1ea47d02158e4e
parent 90a6bb9010dfbae19751e2d11ef56efc743c9268
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 19 Oct 2021 14:03:24 +0200

gen-docs: add iobus explicitly

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mscripts/gen-docs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/gen-docs b/scripts/gen-docs @@ -14,7 +14,7 @@ then fi haredoc -Fhtml > docs/html/index.html -for mod in $modules compress format encoding math crypto hare rt +for mod in $modules compress format encoding math crypto hare rt iobus do path="$(echo $mod | sed -e 's?::?/?g')" mkdir -p docs/html/$path