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

fisl2012/: add kicad layout diagram

This commit is contained in:
Werner Almesberger
2012-07-26 12:34:54 -03:00
parent 2fc3b976d2
commit 4edc0da744
4 changed files with 81 additions and 6 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 assoc.pdf cat-comp.pdf cat-mod.pdf
GEN=schem.pdf assoc.pdf layout.pdf cat-comp.pdf cat-mod.pdf
#PNG=atusb-front.png
.PHONY: spotless clean upload upload-es
@@ -35,12 +35,18 @@ cvpcb.png: cvpcb.xwd
moded.png: moded.xwd
convert $< $@
pcbnew.png: pcbnew.xwd
convert $< $@
schem.pdf: schem.fig eeschema.png comped.png
fig2dev -L pdf $< $@
assoc.pdf: assoc.fig cvpcb.png moded.png
fig2dev -L pdf $< $@
layout.pdf: layout.fig pcbnew.png
fig2dev -L pdf $< $@
cat-comp.pdf: cat-comp.fig
fig2dev -L pdf $< $@