aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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