diff --git a/khal.spec b/khal.spec index 9c4690a..6e2092f 100644 --- a/khal.spec +++ b/khal.spec @@ -44,14 +44,14 @@ calendars with a variety of other programs on a host of different platforms. %patch3 -p1 -b .doctheme %build -%{__python} setup.py --quiet build +%{__python} setup.py build cd doc # Not using _smp_flags as sphinx barfs with it from time to time make SPHINXBUILD=sphinx-build man html text cd .. %install -%{__python} setup.py --quiet install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT install -d "$RPM_BUILD_ROOT%{_mandir}/man1" cp -r doc/build/man/%{name}.1 "$RPM_BUILD_ROOT%{_mandir}/man1" # Remove extra copy of text docs