aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2022-03-31 00:28:01 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2022-03-31 00:28:01 +0200
commit9bd116478b953edaa7e3e372b70b4175700e26fd (patch)
tree3cac19086cb6d5ac85b4d90ac42997bbd7320721
parentd575d697aa6661cbca8948d43ff53169e1fc77ae (diff)
downloadmuhqs-game-9bd116478b953edaa7e3e372b70b4175700e26fd.tar.gz
muhqs-game-9bd116478b953edaa7e3e372b70b4175700e26fd.zip
add make target to sync build cards with the website
-rw-r--r--latex/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/latex/Makefile b/latex/Makefile
index b9b39c3f..ba412906 100644
--- a/latex/Makefile
+++ b/latex/Makefile
@@ -178,3 +178,8 @@ clean-both: clean-build clean-tex
tabula-rasa:
$(MAKE) LANGUAGE=en clean-both
$(MAKE) LANGUAGE=de clean-both
+
+sync-with-website:
+ rsync -ruvz --include='*/' --include='*.pdf' --include='*.png' --exclude='*' \
+ $(BUILDDIR)/ muhq.space:html/muhqs-game/latex/build
+ ssh muhq.space 'chmod -R u=rwX,go=rX ~/html'