1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

fisl2012/: add kicad cvpcb diagram

This commit is contained in:
Werner Almesberger
2012-07-25 16:39:31 -03:00
parent d5a0a83d4f
commit 2fc3b976d2
5 changed files with 63 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ SHELL=/bin/bash
# UBB_production_08.JPG ubb-vga-pub-plugged-medium.jpg \
# ubb-vga-pub-1024-medium.jpg SIE_KICAD.png
#GEN=schhist.png fped.png kicad.png achieve.pdf flow.pdf
GEN=schem.pdf cat-comp.pdf cat-mod.pdf
GEN=schem.pdf assoc.pdf cat-comp.pdf cat-mod.pdf
#PNG=atusb-front.png
.PHONY: spotless clean upload upload-es
@@ -29,9 +29,18 @@ eeschema.png: eeschema.xwd
comped.png: comped.xwd
convert $< $@
cvpcb.png: cvpcb.xwd
convert $< $@
moded.png: moded.xwd
convert $< $@
schem.pdf: schem.fig eeschema.png comped.png
fig2dev -L pdf $< $@
assoc.pdf: assoc.fig cvpcb.png moded.png
fig2dev -L pdf $< $@
cat-comp.pdf: cat-comp.fig
fig2dev -L pdf $< $@