Accepting request 1000661 from home:kukuk:branches:devel:tools

- The manual pages are already in UTF-8 format, so don't convert
  them from latin1 to UTF-8, this will break the encoding
  [bsc#1203020]

OBS-URL: https://build.opensuse.org/request/show/1000661
OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakeroot?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2022-09-08 19:49:06 +00:00 committed by Git OBS Bridge
parent 02e9d46df5
commit 51189fdfe3
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 1 11:20:13 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
- The manual pages are already in UTF-8 format, so don't convert
them from latin1 to UTF-8, this will break the encoding
[bsc#1203020]
-------------------------------------------------------------------
Thu Jul 7 19:23:17 UTC 2022 - Matthias Eliasson <elimat@opensuse.org>

View File

@ -61,11 +61,6 @@ pushd doc
po4a -k 0 --rm-backups --variable "srcdir=../doc/" po4a/po4a.cfg
popd
for file in ./doc/{*.1,*/*.1}; do
iconv -f latin1 -t utf8 < $file > $file.new && \
mv -f $file.new $file
done
for type in sysv tcp; do
mkdir obj-$type
cd obj-$type