diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-08 09:20:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-08 09:20:54 +0000 |
commit | c4d95267ac77c1eebc47668c6c77857fa8697703 (patch) | |
tree | d8eadc46c5ae4931fb5e8770810fecdac1283f9f | |
parent | 4c81e799bf3915cf1515d4af703dd6e89133dc19 (diff) | |
download | monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.gz monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.bz2 monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.xz monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.zip |
add a rule to generate MonitorsDB-compatible entries
-rw-r--r-- | test/.cvsignore | 1 | ||||
-rw-r--r-- | test/Makefile | 3 | ||||
-rw-r--r-- | test/edid.crt.LG-Studioworks-N2200P | bin | 0 -> 128 bytes |
3 files changed, 4 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..95e61d9 --- /dev/null +++ b/test/edid.crt.LG-Studioworks-N2200P |