diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-03-31 00:28:01 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-03-31 00:28:01 +0200 |
| commit | 9bd116478b953edaa7e3e372b70b4175700e26fd (patch) | |
| tree | 3cac19086cb6d5ac85b4d90ac42997bbd7320721 | |
| parent | d575d697aa6661cbca8948d43ff53169e1fc77ae (diff) | |
| download | muhqs-game-9bd116478b953edaa7e3e372b70b4175700e26fd.tar.gz muhqs-game-9bd116478b953edaa7e3e372b70b4175700e26fd.zip | |
add make target to sync build cards with the website
| -rw-r--r-- | latex/Makefile | 5 |
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' |
