SHA256
1
0
forked from pool/llvm

- 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:
Ismail Dönmez 2011-07-02 19:57:45 +00:00 committed by Git OBS Bridge
parent 7c4eac0b92
commit b0aca1186b
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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