From c4d95267ac77c1eebc47668c6c77857fa8697703 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Aug 2005 09:20:54 +0000 Subject: add a rule to generate MonitorsDB-compatible entries --- test/.cvsignore | 1 + test/Makefile | 3 +++ test/edid.crt.LG-Studioworks-N2200P | Bin 0 -> 128 bytes 3 files changed, 4 insertions(+) create mode 100644 test/.cvsignore create mode 100644 test/edid.crt.LG-Studioworks-N2200P (limited to 'test') diff --git a/test/.cvsignore b/test/.cvsignore new file mode 100644 index 0000000..a3b4446 --- /dev/null +++ b/test/.cvsignore @@ -0,0 +1 @@ +new_MonitorsDB diff --git a/test/Makefile b/test/Makefile index 26feac1..9db5e63 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,2 +1,5 @@ all: ./parse-edids edid.* + +new_MonitorsDB: edid.* + for i in $^; do ../monitor-parse-edid --MonitorsDB $$i ; done > $@ diff --git a/test/edid.crt.LG-Studioworks-N2200P b/test/edid.crt.LG-Studioworks-N2200P new file mode 100644 index 0000000..95e61d9 Binary files /dev/null and b/test/edid.crt.LG-Studioworks-N2200P differ -- cgit v1.2.1