summaryrefslogtreecommitdiffstats
path: root/lst/Makefile
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2003-02-13 02:34:57 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2003-02-13 02:34:57 +0000
commit3d6f04e01ee28a86a291e3aafeef5d23177b70d4 (patch)
tree58cd2729e4189891e04d92e21aa0d723dac87366 /lst/Makefile
parentcf8a4481ef008f4c6bd9120c2b262841ef309517 (diff)
downloadldetect-lst-3d6f04e01ee28a86a291e3aafeef5d23177b70d4.tar
ldetect-lst-3d6f04e01ee28a86a291e3aafeef5d23177b70d4.tar.gz
ldetect-lst-3d6f04e01ee28a86a291e3aafeef5d23177b70d4.tar.bz2
ldetect-lst-3d6f04e01ee28a86a291e3aafeef5d23177b70d4.tar.xz
ldetect-lst-3d6f04e01ee28a86a291e3aafeef5d23177b70d4.zip
Restructured and updated ScannerDB. For easy, fully automatic generation
of ScannerDB with Scannerdrake added scannerconfigs file which contains the lines to put into the config files (/etc/sane.d/*.conf) of the scanner drivers. Now Scannerdrake should be able to set up nearly every SANE-supported scanner.
Diffstat (limited to 'lst/Makefile')
-rw-r--r--lst/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lst/Makefile b/lst/Makefile
index 72b1170a..e60c4954 100644
--- a/lst/Makefile
+++ b/lst/Makefile
@@ -6,6 +6,7 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH))
TABLES1 = pcitable usbtable
TABLES2 = isatable pcmciatable
TABLES3 = ScannerDB.gz
+TABLES4 = scannerconfigs
TABLES = $(TABLES1) $(TABLES2)
TMP_TABLES1 = $(TABLES1:%=%.tmp)
TMP_TABLES2 = $(TABLES2:%=%.tmp)
@@ -43,4 +44,4 @@ install: $(TMP_TABLES) $(TABLES3)
cat $$i.tmp \
) > $(dir)/$$i.d/90default.lst; done
- install -m 644 ScannerDB.gz Cards+ MonitorsDB isdn.db $(dir)
+ install -m 644 ScannerDB.gz scannerconfigs Cards+ MonitorsDB isdn.db $(dir)