remove docs/manual from datadir

This commit is contained in:
Jens Petersen 2015-01-24 22:43:10 +09:00
parent 4674e3e8f4
commit 5636808e60
1 changed files with 3 additions and 1 deletions

View File

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