summaryrefslogtreecommitdiff
path: root/comunita_debian/slides/Makefile
blob: 52d7a1b9ac2b78db7942d98700c9121cb7778859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: build/comunita.pdf

build/comunita.pdf: comunita.rst img/montage.png
	mkdir -p build
	pandoc --listings -t beamer --latex-engine=xelatex \
	    -o build/comunita.pdf \
	    comunita.rst

img/montage.png:
	 montage -geometry -60-60 img/celestia.png img/awesome.png img/edu.png img/mate.png img/montage.png

clean:
	rm -f build/comunita.pdf