This commit is contained in:
parent
7be045a158
commit
e65f980bef
6
ghc.spec
6
ghc.spec
@ -136,13 +136,13 @@ make %{?jobs:-j%jobs}
|
||||
make html
|
||||
make -C libraries HADDOCK_DOCS=YES
|
||||
( cd libraries/Cabal && docbook2html doc/Cabal.xml --output doc/Cabal )
|
||||
%if 0{%suse_version} >= 1010
|
||||
%if 0%{suse_version} >= 1010
|
||||
make -C docs/ext-core ps
|
||||
make -C docs/storage-mgt ps
|
||||
%endif
|
||||
|
||||
%install
|
||||
%if 0%suse_version >= 1030
|
||||
%if 0%{suse_version} >= 1030
|
||||
for FILE in LICENSE ; do
|
||||
MD5SUM=$(md5sum $FILE | sed 's/ .*//')
|
||||
if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
|
||||
@ -207,7 +207,7 @@ fi
|
||||
%doc docs/docbook-cheat-sheet/docbook-cheat-sheet
|
||||
%doc docs/users_guide/users_guide
|
||||
%doc libraries/Cabal/doc/Cabal
|
||||
%if 0{%suse_version} >= 1010
|
||||
%if 0%{suse_version} >= 1010
|
||||
%doc docs/ext-core/core.ps
|
||||
%doc docs/storage-mgt/ldv.ps
|
||||
%doc docs/storage-mgt/rp.ps
|
||||
|
Loading…
x
Reference in New Issue
Block a user