Add RAID viewer.
[libguestfs-talks.git] / 2011-seminar / Makefile
1 SVGFILES = \
2         100-intro/intro.svg \
3         200-guestfish/disk.svg \
4         300-python/python.svg \
5         400-df/df.svg \
6         600-resize/alignment.svg \
7         700-rhel6.3/rhel6.3.svg \
8         100-intro/notes.svg
9
10 PSFILES = $(SVGFILES:.svg=.ps)
11
12 handout.pdf: $(PSFILES)
13         rm -f $@
14         gs -dNOPAUSE -dBATCH \
15           -sDEVICE=pdfwrite -sOUTPUTFILE=$@-t -sPAPERSIZE=a4 \
16           $^
17         mv $@-t $@
18
19 %.ps: %.svg
20         inkscape -z --export-ps=$@ $^