From 10f2d7944cc5ffed96db8d4c3e6fced875ef6fa4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 2 Apr 2022 19:53:15 +0200 Subject: also rebuild rules on website with make target --- latex/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/latex/Makefile b/latex/Makefile index ba412906..88a65464 100644 --- a/latex/Makefile +++ b/latex/Makefile @@ -182,4 +182,5 @@ tabula-rasa: sync-with-website: rsync -ruvz --include='*/' --include='*.pdf' --include='*.png' --exclude='*' \ $(BUILDDIR)/ muhq.space:html/muhqs-game/latex/build + ssh muhq.space 'make -C ~/html/muhqs-game/html' ssh muhq.space 'chmod -R u=rwX,go=rX ~/html' -- cgit v1.2.3