aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-02-26 07:33:48 +0100
committerJonas Smedegaard <dr@jones.dk>2024-02-26 07:33:48 +0100
commit845ea093615a294a491d8e83b44d0340c89a79cc (patch)
treec50e0def24ca299571648b5aa1e91fbfea61d711
parentf034e4f2287684949ec7f511ec92ef0f2d866703 (diff)
add make target publish; add workaround for missing jquery
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a69b7e..a972def 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,10 @@ all: doc
doc: docs $(patsubst %,docs/%,$(subst -,/,$(notdir $(wildcard source/*))))
mkdocs build
+ ln -sfT /usr/share/javascript/jquery/jquery.min.js site/js/jquery-3.6.0.min.js
+
+publish:
+ rsync -avH --delete-after site/ www-ruc@xayide.jones.dk:public_websites/docs.abcde.../
check:
checklink site/index.html