summaryrefslogtreecommitdiffstats
path: root/weechat.spec
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-06-29 09:51:15 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-06-29 09:51:15 +0200
commitf19c2cfd808333ae90a8906e67421713a63360a6 (patch)
tree45981742b83b3f63d499818209abc539c490fffa /weechat.spec
parentdoc: add dependency xsltproc in user's guide (diff)
downloadweechat-f19c2cfd808333ae90a8906e67421713a63360a6.tar.xz
weechat-f19c2cfd808333ae90a8906e67421713a63360a6.zip
core: disable compilation of documentation by default (cmake and autotools)
Diffstat (limited to 'weechat.spec')
-rw-r--r--weechat.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat.spec b/weechat.spec
index db470c205..5963fa26d 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
-./configure --prefix=/usr --mandir=/usr/share/man --with-debug=0
+./configure --prefix=/usr --mandir=/usr/share/man --enable-doc --with-debug=0
make
%install