- 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:
parent
190e92584f
commit
9e2b0f04d8
@ -2,6 +2,7 @@
|
|||||||
Tue Nov 8 08:06:30 UTC 2016 - olaf@aepfle.de
|
Tue Nov 8 08:06:30 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
- Ignore /etc/hosts
|
- Ignore /etc/hosts
|
||||||
|
- Handle every path matching /share/man/ as man page
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 7 03:54:00 UTC 2016 - ol@infoserver.lv
|
Mon Nov 7 03:54:00 UTC 2016 - ol@infoserver.lv
|
||||||
|
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/openSUSE/build-compare
|
Url: https://github.com/openSUSE/build-compare
|
||||||
Version: 20161108T090706.0636a93
|
Version: 20161108T125335.60cbc96
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
@ -636,7 +636,7 @@ check_single_file()
|
|||||||
trim_man_first_line $f
|
trim_man_first_line $f
|
||||||
done
|
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
|
for f in old/$file new/$file; do
|
||||||
trim_man_TH $f
|
trim_man_TH $f
|
||||||
|
Loading…
Reference in New Issue
Block a user