Moved scripts to scripts/
authorDavid Schleef <ds@schleef.org>
Tue, 18 Sep 2001 23:44:26 +0000 (23:44 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 18 Sep 2001 23:44:26 +0000 (23:44 +0000)
comedi/drivers/Makefile

index 0b00aa809ac5ab9c1620256448691e4d16894885..c2809184efc339496080585c5922221702e27bb6 100644 (file)
@@ -108,8 +108,8 @@ check:
        (for each in *.c;do ./check_driver $$each;done >ack)
 
 drivers.txt: dummy
-       (for each in *.c;do ./dump_doc $$each;done >drivers.txt)
-       ./doc_devlist drivers.txt >devlist.txt
+       (for each in *.c;do ../../scripts/dump_doc $$each;done >drivers.txt)
+       ../../scripts/doc_devlist drivers.txt >devlist.txt
 
 dummy: