From 946b9c3ce245dfc644b6fa4fed86a1803bace1a2 Mon Sep 17 00:00:00 2001 From: Chris Harrelson Date: Tue, 31 Dec 2024 10:46:29 -0800 Subject: [PATCH] none --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46fe42e04..987149b66 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ bottle.py: wc: @ printf " Words Code File\n"; awk -f infra/wc.awk book/*.md | sort -rn -publish: +publish: book draft widgets rsync -rtu --exclude=db.json --exclude=*.hash www/ server:/var/www/wbe/ ssh server chmod -Rf a+r /var/www/wbe/ || true