commit b2bd020bb0a7c19af91b982c80ea1268e4572f21
parent c279d8a45b837e335386cb1abbb8d96a37387bdf
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 21 Apr 2021 12:26:09 -0400
gen-docs: add rt to the explicit list
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/gen-docs b/scripts/gen-docs
@@ -10,7 +10,7 @@ mkdir -p docs/html/
curl https://harelang.org/mascot.jpg > docs/html/mascot.jpg
haredoc -Fhtml > docs/html/index.html
-for mod in $modules compress format encoding math crypto hare
+for mod in $modules compress format encoding math crypto hare rt
do
path="$(echo $mod | sed -e 's?::?/?g')"
mkdir -p docs/html/$path