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

Makefiles: upload

parent 41c59586
No related branches found
No related tags found
No related merge requests found
all: 01-uvod.pdf SLIDES=01-uvod.pdf
include ../Makerules include ../Makerules
export SHELL=/bin/bash export SHELL=/bin/bash
all: $(SLIDES)
%.pdf: %.tex $(wildcard *.py) %.pdf: %.tex $(wildcard *.py)
pdflatex $< pdflatex $<
clean:: clean::
rm -f *.{aux,log,nav,out,snm,toc,vrb} rm -f *.{aux,log,nav,out,snm,toc,vrb}
rm -f *.pdf rm -f *.pdf
upload::
rs $(SLIDES) jw:www/static/vyuka/1920/p1m/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment