Ismail Dönmez 2011-05-30 19:05:52 +00:00 committed by Git OBS Bridge
parent b58e3cb347
commit 2beafd85a2

View File

@ -238,7 +238,7 @@ mv utils/vim/README utils/vim/README.vim
install -m 755 -d %{buildroot}%{_mandir}/man1
for i in docs/CommandGuide/*.pod tools/clang/docs/tools/*.pod; do
page=`echo $i|awk -F"/" '{print $(NF)}'` &&
groff -Tps -man $page > %{buildroot}%{_mandir}/man1/$page.1;
groff -Tps -man $i > %{buildroot}%{_mandir}/man1/$page.1;
done
%fdupes -s %{buildroot}%{_docdir}/%{name}