From 3d6f04e01ee28a86a291e3aafeef5d23177b70d4 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 13 Feb 2003 02:34:57 +0000 Subject: 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. --- lst/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lst/Makefile') 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) -- cgit v1.2.1