From 6264b5ef10374c89d5f3697be4ccfd000dd9bd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 21 Jul 2019 16:11:45 +0200 Subject: Add html target. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b22c86d..6ec726f4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean tests +.PHONY: all clean tests html CC := gcc @@ -66,6 +66,11 @@ $(OBJDIR)/%.scm.go: %.scm $(SO_FILES) %.pdf: %.dot dot -Tpdf -o $@ $< +html: $(GO_FILES) + mkdir -p html + ln -sf ../static html + module/main.scm html -f 2019-07-01 -t 2019-08-30 > html/index.html + tags: $(C_FILES) $(H_FILES) ctags -R ./rfc-tags rfc5545.txt >> tags -- cgit v1.2.3