From 2180ddddec2bfe33177309ceef2d027f326439c3 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@gmail.com>
Date: Thu, 13 Dec 2018 11:03:12 +0100
Subject: [PATCH] [wip/py-sot-pattern-generator-v3] install docs in PKGBASE

st. they don't collide with those of sot-pattern-generator-v3
---
 py-sot-pattern-generator-v3/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/py-sot-pattern-generator-v3/Makefile b/py-sot-pattern-generator-v3/Makefile
index 297ab5b4..7831acfa 100644
--- a/py-sot-pattern-generator-v3/Makefile
+++ b/py-sot-pattern-generator-v3/Makefile
@@ -20,7 +20,9 @@ MAINTAINER=		gepetto@laas.fr
 
 CONFLICTS+=		py[0-9][0-9]-${NAME}
 
-DYNAMIC_PLIST_DIRS+=	share/doc/${NAME}
+CMAKE_ARGS+=	-DCMAKE_INSTALL_DOCDIR=share/doc/${PKGBASE}
+
+DYNAMIC_PLIST_DIRS+=	share/doc/${PKGBASE}
 
 include ../../${CATEGORIES}/${NAME}-v3/depend.mk
 include ../../devel/boost-headers/depend.mk
-- 
GitLab