Try to install man pages

This commit is contained in:
Bryan O'Sullivan 2009-11-13 03:36:38 +00:00
parent 36c509220a
commit 3da47cd87b

View File

@ -148,8 +148,9 @@ rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install make DESTDIR=${RPM_BUILD_ROOT} install
%if %{with manual} %if %{with manual}
echo XXX unnecessary make DESTDIR=${RPM_BUILD_ROOT} install-docs make -C docs DESTDIR=${RPM_BUILD_ROOT} install-docs
%endif %endif
make -C docs/man DESTDIR=${RPM_BUILD_ROOT} install-docs
SRC_TOP=$PWD SRC_TOP=$PWD
rm -f rpm-*.files rm -f rpm-*.files
@ -229,9 +230,7 @@ fi
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ANNOUNCE HACKING LICENSE README %doc ANNOUNCE HACKING LICENSE README
%{_bindir}/* %{_bindir}/*
%if %{with manual}
%{_mandir}/man1/ghc.* %{_mandir}/man1/ghc.*
%endif
%config(noreplace) %{_libdir}/ghc-%{version}/package.conf %config(noreplace) %{_libdir}/ghc-%{version}/package.conf
%files doc -f rpm-doc-dir.files %files doc -f rpm-doc-dir.files
@ -258,6 +257,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-5
- try to install man pages
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-3 * Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-3
- fix %check - fix %check