diff options
Diffstat (limited to 'slo/predstavitev/1/Makefile')
-rw-r--r-- | slo/predstavitev/1/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/slo/predstavitev/1/Makefile b/slo/predstavitev/1/Makefile index b8209a4..19ae1de 100644 --- a/slo/predstavitev/1/Makefile +++ b/slo/predstavitev/1/Makefile @@ -1,7 +1,11 @@ SHELL ?= /bin/bash .PHONY: clean default -default: dokument.pdf -dokument.pdf: dokument.tex oton.jpg plan.jpg +default: dokument.pdf list.pdf list.min.pdf +list.pdf: list.md + pandoc -V geometry:margin=1cm $< -o $@ +list.min.pdf: list.pdf + pdfjam $< --nup 2x1 --landscape --outfile $@ --no-tidy +dokument.pdf: dokument.tex oton.jpg plan.jpg lahkih.pdf ~/projects/doc/f5ff.sh dokument biber dokument ~/projects/doc/f5ff.sh dokument @@ -9,5 +13,7 @@ oton.jpg: wget -c http://dlib.si/stream/URN:NBN:SI:img-MU025M3V/f92df1ba-45c7-4045-ad3e-d1a8a4e9f8a9/IMAGE -Ooton.jpg plan.jpg: wget -c https://upload.wikimedia.org/wikipedia/commons/1/11/Oton_%C5%BDupan%C4%8Di%C4%8D_-_%C4%8Cez_plan_%28cover%29.jpg -Oplan.jpg +lahkih.pdf: + wget -c https://cdn.sijanec.eu/img/2022/lahkih.pdf clean: rm -rf *.jpg *.pdf *.aux *.auxlock *.bbl *.bcf *.blg *.dvi *.log *.nav *.out *.run.xml *.snm *.toc *.synctex.gz stdout.log stderr.log |