1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 00:41:53 +02:00

fisl2011/Makefile: added generation and uploading of the Spanish translation

This commit is contained in:
Werner Almesberger 2011-07-14 19:32:32 -03:00
parent 419dd44f42
commit 4fb280ce5a

View File

@ -6,13 +6,16 @@ DL=USB.png Nano_cola.jpg Atben_atusb_prod_05.jpg M1_dmx_video.jpg \
GEN=schhist.png fped.png kicad.png achieve.pdf flow.pdf
PNG=atusb-front.png
.PHONY: spotless clean
.PHONY: spotless clean upload upload-es
all: talk.pdf
xpdf talk.pdf
talk.pdf: talk.tex $(GEN) $(DL) $(PNG)
pdflatex talk
xpdf talk.pdf
talk-es.pdf: talk-es.tex $(GEN) $(DL) $(PNG)
pdflatex talk-es
kicad.png: eeschema.xwd pcbnew.xwd
pnmcomp -xoff=0 -yoff=300 \
@ -74,3 +77,6 @@ clean:
upload: talk.pdf
qippl talk.pdf fisl12.pdf
upload-es: talk-es.pdf
qippl talk-es.pdf fisl12_es.pdf