aboutsummaryrefslogtreecommitdiff
path: root/static/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'static/Makefile')
-rw-r--r--static/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/Makefile b/static/Makefile
index 2f715f7e..07c72b2f 100644
--- a/static/Makefile
+++ b/static/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all install clean watch watch-esbuild
+.PHONY: all install clean watch watch-esbuild doc
TARGETS := style.css smallcal.css script.js directory-listing.css
WATCH=
@@ -40,3 +40,6 @@ clean:
%.css: %.scss
scss -E UTF-8 $(WATCH) -I. $< $@
+
+doc:
+ typedoc --logLevel Verbose --excludeExternals --entryPointStrategy expand .