- Handle every path matching /share/man/ as man page

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=225
This commit is contained in:
Olaf Hering 2016-11-08 11:55:08 +00:00 committed by Git OBS Bridge
parent 190e92584f
commit 9e2b0f04d8
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
Tue Nov 8 08:06:30 UTC 2016 - olaf@aepfle.de
- Ignore /etc/hosts
- Handle every path matching /share/man/ as man page
-------------------------------------------------------------------
Mon Nov 7 03:54:00 UTC 2016 - ol@infoserver.lv

View File

@ -21,7 +21,7 @@ Summary: Build Result Compare Script
License: GPL-2.0+
Group: Development/Tools/Building
Url: https://github.com/openSUSE/build-compare
Version: 20161108T090706.0636a93
Version: 20161108T125335.60cbc96
Release: 0
Source1: COPYING
Source2: same-build-result.sh

View File

@ -636,7 +636,7 @@ check_single_file()
trim_man_first_line $f
done
;;
/usr/share/man/*/man*|/usr/share/man/man*|/usr/lib/texmf/doc/man/*/*)
*/share/man/*|/usr/lib/texmf/doc/man/*/*)
for f in old/$file new/$file; do
trim_man_TH $f