From 1e79705628af79b2cf6f87a67268f8202774bb9b Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 13 Jan 2016 13:50:34 +0100 Subject: Build the doc with the default make target --- packaging/biboumi.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'packaging') diff --git a/packaging/biboumi.spec b/packaging/biboumi.spec index e375504..ce57800 100644 --- a/packaging/biboumi.spec +++ b/packaging/biboumi.spec @@ -39,11 +39,10 @@ cmake . -DCMAKE_CXX_FLAGS="%{optflags}" \ -DWITH_SYSTEMD=1 \ -DWITH_LIBIDN=1 -make %{?_smp_mflags} - # The documentation is in utf-8, ronn fails to build it if that locale is # not specified -LC_ALL=en_GB.utf-8 make doc +export LC_ALL=en_GB.utf-8 +make %{?_smp_mflags} %install -- cgit v1.2.3