summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..06712bb
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,20 @@
+SSH_HOST = www-ruc@xayide.jones.dk
+SSH_BASE_PATH = public_websites/rapl.abcde.../
+
+BASE_SSH = $(SSH_HOST):$(SSH_BASE_PATH)
+BASE_IRI = https://rapl.abcdefghijklmnopqrstuvxyzæøå.dk/
+
+all: preview
+
+preview:
+ quarto preview
+
+render:
+ quarto render
+
+publish:
+ rsync -avH --delete-after _site/ $(BASE_SSH)
+
+tidy:
+ bibclean -max-width 0 ref.bib > ref.bib~
+ mv ref.bib~ ref.bib