1
0
mirror of git://projects.qi-hardware.com/m1.git synced 2024-06-28 00:16:43 +03:00
m1/doc/Makefile
2011-01-02 00:12:29 +00:00

11 lines
195 B
Makefile

# if leaflet.cls is missing, in Debian try apt-get install texlive-latex-extra
edk_leaflet.pdf: edk_leaflet.tex
pdflatex $^
clean:
rm edk_leaflet.pdf
rm edk_leaflet.log
rm edk_leaflet.aux