diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-04-02 20:11:18 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-04-02 20:11:18 +0200 |
| commit | c98802cd4aaa4751c11da6bae91e3a0b3bfd36de (patch) | |
| tree | ac575937a678b09cbad47828ac3fa06821b3500e | |
| parent | 10f2d7944cc5ffed96db8d4c3e6fced875ef6fa4 (diff) | |
| download | muhqs-game-c98802cd4aaa4751c11da6bae91e3a0b3bfd36de.tar.gz muhqs-game-c98802cd4aaa4751c11da6bae91e3a0b3bfd36de.zip | |
fix make sync-with-website target only copying one language
| -rw-r--r-- | latex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/latex/Makefile b/latex/Makefile index 88a65464..a97ade7e 100644 --- a/latex/Makefile +++ b/latex/Makefile @@ -181,6 +181,6 @@ tabula-rasa: sync-with-website: rsync -ruvz --include='*/' --include='*.pdf' --include='*.png' --exclude='*' \ - $(BUILDDIR)/ muhq.space:html/muhqs-game/latex/build + $(LATEX_ROOT)/build/ 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' |
