diff --git a/01-uvod/Makefile b/01-uvod/Makefile index 3e3d7273dda87a4926e41e0f2938b5da7d3553cf..79ba98758ef4676da3c538a10d60a10d982fba97 100644 --- a/01-uvod/Makefile +++ b/01-uvod/Makefile @@ -1,3 +1,3 @@ -all: 01-uvod.pdf +SLIDES=01-uvod.pdf include ../Makerules diff --git a/Makerules b/Makerules index 4a1e6fd0dca63aa341601b57233739694babf952..c67f62aa3432a9557edd256de219977632dcc0ba 100644 --- a/Makerules +++ b/Makerules @@ -1,8 +1,13 @@ export SHELL=/bin/bash +all: $(SLIDES) + %.pdf: %.tex $(wildcard *.py) pdflatex $< clean:: rm -f *.{aux,log,nav,out,snm,toc,vrb} rm -f *.pdf + +upload:: + rs $(SLIDES) jw:www/static/vyuka/1920/p1m/