mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
fisl2011/Makefile: added generation and uploading of the Spanish translation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user