fix obsolete charset on French manpages

This commit is contained in:
David Woodhouse 2005-09-05 13:01:14 +00:00
parent 6f8904e0e5
commit 55585f6be2

View File

@ -15,6 +15,8 @@ GNU nano is a small and friendly text editor.
%prep
%setup -q
iconv -f iso-8859-1 -t utf-8 -o nano.1.tmp doc/man/fr/nano.1 && mv nano.1.tmp doc/man/fr/nano.1
iconv -f iso-8859-1 -t utf-8 -o nanorc.5.tmp doc/man/fr/nano.1 && mv nanorc.5.tmp doc/man/fr/nanorc.5
%build
%configure --enable-all
@ -50,7 +52,7 @@ rm -rf %{buildroot}
%changelog
* Mon Sep 5 2005 David Woodhouse <dwmw2@redhat.com> 1.3.8-1
- 1.2.8
- 1.3.8
* Wed Mar 2 2005 David Woodhouse <dwmw2@redhat.com> 1.3.5-0.20050302
- Update to post-1.3.5 CVS tree to get UTF-8 support.