aboutsummaryrefslogtreecommitdiff
path: root/static/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 00:56:07 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 01:23:14 +0200
commit1bdc242638609f52086fee5084d339642c207108 (patch)
tree506817ba0f487f298f9ab5803ac09b6d53394600 /static/Makefile
parentAdd test for path-append without components. (diff)
downloadcalp-1bdc242638609f52086fee5084d339642c207108.tar.gz
calp-1bdc242638609f52086fee5084d339642c207108.tar.xz
Add build step for jsdoc.
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 .