xkbdesc/tests/ruby find_match.rb,1.1,1.2
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu Update of /cvs/xlibs/xkbdesc/tests/ruby In directory kemper:/tmp/cvs-serv9766 Modified Files: find_match.rb Log Message: Added a bit of comments Index: find_match.rb =================================================================== RCS file: /cvs/xlibs/xkbdesc/tests/ruby/find_match.rb,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- find_match.rb 22 Oct 2006 12:31:59 -0000 1.1 +++ find_match.rb 22 Oct 2006 15:07:04 -0000 1.2 @@ -1,3 +1,11 @@ +# +# $Id$ +# The script finds best matching xkb_symbols in symbols/in +# +# Parameters: $0 - the name of the file with new xkb_symbols +# $1 - max number of non-matching mappings (0 by default) +# + require "xkbparser.rb" basedir = "../.."