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

Makefile: upload of the whole book

parent 234a70cd
No related branches found
No related tags found
No related merge requests found
MAIN=ds MAIN=ds
CUSTOM_UPLOAD=1
all: $(MAIN).pdf sync-view all: $(MAIN).pdf sync-view
...@@ -28,4 +29,8 @@ clean:: ...@@ -28,4 +29,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
.PHONY: chapters upload-all upload: $(MAIN).pdf
rsync $(MAIN).pdf jabberwock:www/static/vyuka/dsnotes/
ssh jabberwock 'cd web && make'
.PHONY: chapters upload upload-all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment