hare

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

commit 4dde1e69a208fb3df48f2719f8df94e41adfc076
parent 9ffbb9e4ac17fbae84bc340d4bf6207f235bf67e
Author: Sebastian <sebastian@sebsite.pw>
Date:   Fri,  6 May 2022 22:47:15 -0400

Makefile: add docs/html target

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -83,6 +83,9 @@ $(TESTCACHE)/hare.ssa: $(hare_srcs) $(testlib_deps_any) $(testlib_deps_$(PLATFOR -D HAREPATH:str='"'"$(HAREPATH)"'"' \ -o .bin/haredoc ./cmd/haredoc +docs/html: .bin/haredoc scripts/gen-docs + ./scripts/gen-docs + docs/hare.1: docs/hare.scd docs/haredoc.1: docs/haredoc.scd