Remove dlltool, nlmconv, windres man pages.

This commit is contained in:
Ralf Corsepius
2005-09-03 04:32:32 +00:00
parent 885bf584ba
commit eb9604d3ea

View File

@@ -110,4 +110,9 @@ cd ..
# We don't ship host files # We don't ship host files
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty* rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty*
# manpages without corresponding tools
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/%{binutils_target}-dlltool*
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/%{binutils_target}-nlmconv*
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/%{binutils_target}-windres*
cd .. cd ..