1
0
forked from pool/build-compare

- 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:
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

@@ -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