diff options
author | Florent Le Coz <louiz@louiz.org> | 2016-01-13 13:50:34 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2016-01-13 14:01:05 +0100 |
commit | 1e79705628af79b2cf6f87a67268f8202774bb9b (patch) | |
tree | ff03f66956a9e56c95a7f90eb7a868743d46c476 /packaging/biboumi.spec | |
parent | 25475b60ab363299ddbe5e81ded8968b76838b44 (diff) | |
download | biboumi-1e79705628af79b2cf6f87a67268f8202774bb9b.tar.gz biboumi-1e79705628af79b2cf6f87a67268f8202774bb9b.tar.bz2 biboumi-1e79705628af79b2cf6f87a67268f8202774bb9b.tar.xz biboumi-1e79705628af79b2cf6f87a67268f8202774bb9b.zip |
Build the doc with the default make target
Diffstat (limited to 'packaging/biboumi.spec')
-rw-r--r-- | packaging/biboumi.spec | 5 |
1 files changed, 2 insertions, 3 deletions
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 |