hare

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

commit c4b2679f5277d3697687b0910e23c08e76e2e9a4
parent 3219a3a8509c00b561861c19ecf870497fc9fd0d
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 31 Jan 2022 10:45:21 +0100

gen-docs: add mime

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

Diffstat:
Mscripts/gen-docs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/gen-docs b/scripts/gen-docs @@ -15,6 +15,8 @@ getmods() ( echo $module fi done + # mime is not listed in gen-stdlib for dependency reasons + echo mime ) modules="$(getmods)"