From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8EAAA203525EC for ; Tue, 14 Aug 2018 16:06:04 -0700 (PDT) From: Vishal Verma Subject: [ndctl PATCH 3/3] ndctl, docs: Use asciidoctor by default Date: Tue, 14 Aug 2018 17:05:55 -0600 Message-Id: <20180814230555.3498-3-vishal.l.verma@intel.com> In-Reply-To: <20180814230555.3498-1-vishal.l.verma@intel.com> References: <20180814230555.3498-1-vishal.l.verma@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: linux-nvdimm@lists.01.org List-ID: The asciidoc built documentation has several formatting artifacts (e.g. Using asciidoctor for the build fixes this, so switch to it as the default. This can still be disabled during configure using "--disable-asciidoctor" Signed-off-by: Vishal Verma --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 00178bb..7bfe5a7 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AM_CONDITIONAL([ENABLE_DOCS], [test "x$enable_docs" = "xyes"]) AC_ARG_ENABLE([asciidoctor], AS_HELP_STRING([--enable-asciidoctor], [use asciidoctor for documentation build]), - [], enable_asciidoctor=no) + [], enable_asciidoctor=yes) AM_CONDITIONAL([USE_ASCIIDOCTOR], [test "x$enable_asciidoctor" = "xyes"]) if test "x$enable_asciidoctor" = "xyes"; then asciidoc="asciidoctor" -- 2.14.4 _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm