From f81ef15ac28bcfea2dad9e7bfd78293f507210c0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 11 May 2019 15:25:30 +0200 Subject: build.ninja: Renaming search-list.xml to pn-part-search-list.xml. --- src/ee/tools/templates/build.ninja.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ee/tools/templates/build.ninja.j2 b/src/ee/tools/templates/build.ninja.j2 index b9a65df..47a099f 100644 --- a/src/ee/tools/templates/build.ninja.j2 +++ b/src/ee/tools/templates/build.ninja.j2 @@ -76,10 +76,10 @@ build ee/sch.xml: kicad-make-bom $sch {%- endif %} {% for s in distributors %} # Supplier {{ s }} -build ee/{{ s }}/search-list.xml: pn-part-search-list ee/sch.xml +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 }}/search-list.xml +build ee/{{ s }}/downloaded.xml: {{ s }}-search-parts ee/{{ s }}/pn-part-search-list.xml build ee/{{ s }}/parts.xml: {{ s }}-normalize-facts ee/{{ s }}/downloaded.xml -- cgit v1.2.3