Skip to content
Snippets Groups Projects
Commit a3e98c68 authored by Martin Mareš's avatar Martin Mareš
Browse files

Make: upload

parent 8ca7e268
Branches
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ clean:: ...@@ -22,8 +22,8 @@ clean::
upload-all: upload-all:
for ch in $(CHAPTERS) ; do $(MAKE) -C $$ch upload ; done for ch in $(CHAPTERS) ; do $(MAKE) -C $$ch upload ; done
#upload: $(MAIN).pdf upload: $(MAIN).pdf
# rsync $(MAIN).pdf jabberwock:www/static/vyuka/dsnotes/ rsync $(MAIN).pdf jabberwock:www/static/vyuka/crypto/
# ssh jabberwock 'cd web && make' ssh jabberwock 'cd web && make'
.PHONY: chapters upload upload-all .PHONY: chapters upload upload-all
...@@ -138,7 +138,7 @@ ifndef CUSTOM_UPLOAD ...@@ -138,7 +138,7 @@ ifndef CUSTOM_UPLOAD
upload:: upload::
make $(MAIN).pdf make $(MAIN).pdf
rsync $(MAIN).pdf jabberwock:www/static/vyuka/dsnotes/$(FULL).pdf rsync $(MAIN).pdf jabberwock:www/static/vyuka/crypto/$(FULL).pdf
ssh jabberwock 'cd web && make' ssh jabberwock 'cd web && make'
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment