From e134132e84fc701193213defe5d903025e0376df Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Wed, 6 Mar 2019 10:36:35 +0100 Subject: [PATCH] [wip/py-parametric-curves] fix PLIST --- py-parametric-curves/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-parametric-curves/Makefile b/py-parametric-curves/Makefile index be707702..8aaec4e8 100644 --- a/py-parametric-curves/Makefile +++ b/py-parametric-curves/Makefile @@ -18,7 +18,7 @@ COMMENT= This packages provides a template based parametric curves library (pyt LICENSE= 2-clause-bsd MAINTAINER= gepetto-soft@laas.fr -DYNAMIC_PLIST_DIRS+= share/doc/${NAME} +CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF include ../../${CATEGORIES}/${NAME}/depend.mk include ../../math/py-eigenpy/depend.mk -- GitLab