diff --git a/shake.spec b/shake.spec index d04b4a8..113dc00 100644 --- a/shake.spec +++ b/shake.spec @@ -101,6 +101,7 @@ done # remove bundled jquery*.js, report.html, *.js # (this breaks report generation) rm %{buildroot}%{_datadir}/%{name}-%{version}/html/* +rm %{buildroot}%{_datadir}/%{name}-%{version}/docs/manual/* %check @@ -127,7 +128,8 @@ rm %{buildroot}%{_datadir}/%{name}-%{version}/html/* %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files -%doc README.md docs +%doc README.md +%doc docs %changelog