move to common scheme directory
authorBdale Garbee <bdale@gag.com>
Sun, 20 Jan 2013 14:31:34 +0000 (07:31 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 20 Jan 2013 14:31:34 +0000 (07:31 -0700)
Makefile

index e72f73abb4486de13d8c8c9c425fac684232a051..7ed6110f767c1aa659b87c0d9c0157c2ba2c92ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ partslist:    telemini.sch Makefile
        rm -f telemini.unsorted
 
 partslist.csv: telemini.sch Makefile
-       gnetlist -m scheme/gnet-partslistgag.scm -g partslistgag \
+       gnetlist -L scheme -g partslistgag \
                -o telemini.unsorted telemini.sch
        head -n1 telemini.unsorted > partslist.csv
        tail -n+2 telemini.unsorted | sort -t \, -k 8 >> partslist.csv