- Fix manpage generation (bnc #703591)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=48
This commit is contained in:
parent
7c4eac0b92
commit
b0aca1186b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 2 19:31:38 UTC 2011 - idonmez@novell.com
|
||||
|
||||
- Fix manpage generation (bnc #703591)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 5 14:39:53 UTC 2011 - idonmez@novell.com
|
||||
|
||||
|
@ -50,7 +50,6 @@ BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: groff
|
||||
BuildRequires: libtool
|
||||
BuildRequires: openSUSE-release
|
||||
BuildRequires: python-devel
|
||||
@ -242,7 +241,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)}'|sed s,.pod,,` &&
|
||||
groff -Tps -man $i > %{buildroot}%{_mandir}/man1/$page.1;
|
||||
pod2man -s1 $i %{buildroot}%{_mandir}/man1/$page.1;
|
||||
done
|
||||
|
||||
# Remove gtest library
|
||||
|
Loading…
Reference in New Issue
Block a user