]> git.cworth.org Git - notmuch/commitdiff
release-checks: removed manual page version check
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 5 Apr 2014 09:47:29 +0000 (12:47 +0300)
committerDavid Bremner <david@tethera.net>
Tue, 8 Apr 2014 10:32:34 +0000 (07:32 -0300)
Manual pages are now generated and during the generation the version
string is read from `version` file, so this (currently failing) test
checking manual page versions can be removed.

While at it, changed the case pattern *[^0-9.]*
to its portable alternative *[!0-9.]*


No differences found