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

eeshow/: make libraries "related" to the [main] schematics sheet

That way, we can use relative paths on the command line, ideally just
./eeshow foo.lib bar.lib com/plex/path/foo.sch
This commit is contained in:
Werner Almesberger
2016-08-02 16:38:21 -03:00
parent 24522c45e0
commit 49a6ebd797
7 changed files with 24 additions and 16 deletions

View File

@@ -78,7 +78,7 @@ neo900.pdf: $(NAME) sch2pdf neo900-template.fig
$(NEO900_HW)/neo900.sch
pdf: $(NAME)
./eeshow -r $(NEO900_HW)/neo900.lib $(KICAD_LIBS)/powered.lib \
./eeshow -r neo900.lib kicad-libs/components/powered.lib \
$(NEO900_HW)/neo900.sch -- pdf -o neo900.pdf
#----- Regression test based on Neo900 schematics -----------------------------