diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-14 23:36:04 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-14 23:36:04 +0200 |
commit | cf4c049a28c6718f1363c4e371ca141aaf679db6 (patch) | |
tree | 2bbb6c640a8b5529e52a2398029fe4715a225bc7 /src/ee/tools/templates | |
parent | 66e4ca88a41dccdf6bc537929ea2bd3beb2001a3 (diff) | |
download | ee-python-cf4c049a28c6718f1363c4e371ca141aaf679db6.tar.gz ee-python-cf4c049a28c6718f1363c4e371ca141aaf679db6.tar.bz2 ee-python-cf4c049a28c6718f1363c4e371ca141aaf679db6.tar.xz ee-python-cf4c049a28c6718f1363c4e371ca141aaf679db6.zip |
digikey-search-parts: Logging output to file.
Diffstat (limited to 'src/ee/tools/templates')
-rw-r--r-- | src/ee/tools/templates/build.ninja.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ee/tools/templates/build.ninja.j2 b/src/ee/tools/templates/build.ninja.j2 index 47a099f..76da4cf 100644 --- a/src/ee/tools/templates/build.ninja.j2 +++ b/src/ee/tools/templates/build.ninja.j2 @@ -79,7 +79,7 @@ build ee/sch.xml: kicad-make-bom $sch build ee/{{ s }}/pn-part-search-list.xml: pn-part-search-list ee/sch.xml supplier = {{ s }} -build ee/{{ s }}/downloaded.xml: {{ s }}-search-parts ee/{{ s }}/pn-part-search-list.xml +build ee/{{ s }}/downloaded.xml | ee/{{ s }}/downloaded.rst: {{ s }}-search-parts ee/{{ s }}/pn-part-search-list.xml build ee/{{ s }}/parts.xml: {{ s }}-normalize-facts ee/{{ s }}/downloaded.xml |