diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 21:07:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 21:08:56 +0200 |
commit | 6665cc866a635dc1435650bb1b3d283c5ab52431 (patch) | |
tree | 4110eeaaf41a9e75e663536966082c3094249059 /tools/debian/patches | |
parent | 10b2fa3a6180dec90ccd4dab58fd750dcdf80f82 (diff) | |
download | weechat-6665cc866a635dc1435650bb1b3d283c5ab52431.zip |
doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete docs (closes #1901)
Diffstat (limited to 'tools/debian/patches')
-rw-r--r-- | tools/debian/patches/weechat_ubuntu_bionic.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/debian/patches/weechat_ubuntu_bionic.patch b/tools/debian/patches/weechat_ubuntu_bionic.patch index 619f06913..f7df304f2 100644 --- a/tools/debian/patches/weechat_ubuntu_bionic.patch +++ b/tools/debian/patches/weechat_ubuntu_bionic.patch @@ -60,15 +60,3 @@ index 428f11ce9..e88f167b8 100644 libxml2-dev, libcurl4-gnutls-dev, libgcrypt20-dev, -diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt -index e3e5f7a85..af39249e4 100644 ---- a/doc/CMakeLists.txt -+++ b/doc/CMakeLists.txt -@@ -23,7 +23,6 @@ if(ENABLE_MAN OR ENABLE_DOC) - if(ASCIIDOCTOR_FOUND) - # common asciidoctor arguments - set(ASCIIDOCTOR_ARGS -- --failure-level=WARNING - -a experimental - -a reproducible - -a "prewrap!" |