aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2022-04-02 19:53:15 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2022-04-02 19:53:15 +0200
commit10f2d7944cc5ffed96db8d4c3e6fced875ef6fa4 (patch)
treefc03ef2be821f0e25811b35c45ad7cfd691ea66b
parentf6cd1c13f4288a7dc9cfcc3520e7cbee84de7dcf (diff)
downloadmuhqs-game-10f2d7944cc5ffed96db8d4c3e6fced875ef6fa4.tar.gz
muhqs-game-10f2d7944cc5ffed96db8d4c3e6fced875ef6fa4.zip
also rebuild rules on website with make target
-rw-r--r--latex/Makefile1
1 files changed, 1 insertions, 0 deletions
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'