1
0
mirror of git://projects.qi-hardware.com/xue.git synced 2024-07-06 03:53:50 +03:00

added footprint_review target

This commit is contained in:
Wolfgang Spraul 2010-12-19 13:39:13 +00:00
parent db5dd9012c
commit a0e0473c75
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,8 @@ all:
@echo Usage:
@echo make dsv
@echo make sch
@echo make brd
@echo make footprint_review
dsv:
dsv setup BOOKSHELF
@ -11,3 +13,12 @@ sch:
brd:
cd xue-rnc && pcbnew xue-rnc.brd
footprint_review: modules/all_footprints.pdf
@xpdf $^
modules/all_footprints.pdf: modules/*.fpd
@fpd2pdf -o $@ $^
clean:
@rm -f modules/all_footprints.pdf

1
modules/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
all_footprints.pdf