diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-29 09:51:15 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-29 09:51:15 +0200 |
commit | f19c2cfd808333ae90a8906e67421713a63360a6 (patch) | |
tree | 45981742b83b3f63d499818209abc539c490fffa /debian/rules | |
parent | f1fdbe72dca1777e2b0e9544da7a6960a3020b69 (diff) | |
download | weechat-f19c2cfd808333ae90a8906e67421713a63360a6.zip |
core: disable compilation of documentation by default (cmake and autotools)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 4e29100be..c68153ae3 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ $(BUILDDIR)/Makefile: mkdir -p $(BUILDDIR) cd $(BUILDDIR) && \ cmake .. \ + -DENABLE_DOC=ON \ -DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS) -D_FORTIFY_SOURCE=2" \ |