From patchwork Thu Jul 4 14:59:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 1619 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 48CA161576 for ; Thu, 4 Jul 2019 16:59:48 +0200 (CEST) Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CED4F24B; Thu, 4 Jul 2019 16:59:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1562252388; bh=Q+7E+ZHICzw40F2vD5bFLajyL2NeyBwIvZ79X1v7rfs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jvGEhNbRVBVQVKuVW0uJliSCnSH2xh3J/PktVv38SGUdulWGx7PZiPEXUsm1L0izv T7MNArCDQyi4gKGN7c4OBHQc8RF+fr8mSU5XzhYlY46lDWfvevj3jCwI7h3ijTKIUd i2O+/5e4t3jllDPy3cBvBYSb0gZ8VyLUQJdE/5iw= From: Kieran Bingham To: LibCamera Devel Date: Thu, 4 Jul 2019 15:59:42 +0100 Message-Id: <20190704145942.17879-7-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190704145942.17879-1-kieran.bingham@ideasonboard.com> References: <20190704145942.17879-1-kieran.bingham@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v4 6/6] Documentation: Wrap extended doc_install_dir line X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2019 14:59:49 -0000 The doc_install_dir is longer than 80 chars. Wrap it accordingly. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/meson.build b/Documentation/meson.build index 2db80b39989b..c355d5feb504 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -1,4 +1,5 @@ -doc_install_dir = join_paths(get_option('datadir'), 'doc', 'libcamera-@0@'.format(meson.project_version())) +doc_install_dir = join_paths(get_option('datadir'), 'doc', + 'libcamera-@0@'.format(meson.project_version())) # # Doxygen