From aebb6b9542461328c46165624e5b5f50d6bc7fa2 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@gmail.com> Date: Wed, 1 Aug 2018 23:00:01 +0200 Subject: [PATCH] [wip/{py-,}sot-tools-v3] don't install documentation --- py-sot-tools-v3/Makefile | 1 + sot-tools-v3/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/py-sot-tools-v3/Makefile b/py-sot-tools-v3/Makefile index 52ff6472..6e187560 100644 --- a/py-sot-tools-v3/Makefile +++ b/py-sot-tools-v3/Makefile @@ -23,6 +23,7 @@ CONFLICTS+= py[0-9][0-9]-sot-tools-[0-9]* DYNAMIC_PLIST_DIRS+= share/doc/${NAME} CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib +CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF # doxygen segfaults on 14.04 # disable -Werror, some warnings from boost-filesystem (1.50, netbsd) cannot be # fixed here diff --git a/sot-tools-v3/Makefile b/sot-tools-v3/Makefile index d074481a..c0fad723 100644 --- a/sot-tools-v3/Makefile +++ b/sot-tools-v3/Makefile @@ -23,6 +23,7 @@ CONFLICTS+= sot-tools-[0-9]* DYNAMIC_PLIST_DIRS+= share/doc/${NAME} CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib +CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF # doxygen segfaults on 14.04 CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF # disable -Werror, some warnings from boost-filesystem (1.50, netbsd) cannot be -- GitLab