From patchwork Thu Aug 15 12:24:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arturo Borrero Gonzalez X-Patchwork-Id: 1147588 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netfilter-devel-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=netfilter.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 468Qcd5FNxz9sN6 for ; Thu, 15 Aug 2019 22:24:33 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731581AbfHOMYc (ORCPT ); Thu, 15 Aug 2019 08:24:32 -0400 Received: from mail-lf1-f66.google.com ([209.85.167.66]:38741 "EHLO mail-lf1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725977AbfHOMYc (ORCPT ); Thu, 15 Aug 2019 08:24:32 -0400 Received: by mail-lf1-f66.google.com with SMTP id h28so1516825lfj.5 for ; Thu, 15 Aug 2019 05:24:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:date:message-id:user-agent :mime-version:content-transfer-encoding; bh=8uNfLQ+Dulvrkf99d3AZiTqYypEQQPKZ0hIbpCsWl74=; b=MG9oKLM3zwmLL7HzHId+oli3VeVrzeROgqBvTQaQw1GsENSqd/Q837c4RSdfSzU+hd 2uw74YpC9L99N8ooADvxI1ljoWZisva6y/df5N6TVZLMNmFw8P10GsrnDdAgzpeF+q+H QJJH7dxy+uyIWT8GWqESSo/C1Kjm0ocJ8EtkC5pnE1hdye+u+ZrewrMjrd3iMDPCX0pl iAVth/rar79HW+1IMgvHjlhpJw+f8lOueG5Hn8OagNz8KZbWaYE/YroboHtK34f5iVn0 Evl3emu2VoUa40C9Ql6UuWgvdcfgLK2sShBzwT33f8L2hftowhyRSqWAbiUh7jaTtiDP k6jQ== X-Gm-Message-State: APjAAAU7n3gM82MjD3hM3idli0M5kM9FAupplB7NlbJ8QIAEXd8oCANl j8cniS5roAZnFZePZjSqb8x2t+fOzyJarg== X-Google-Smtp-Source: APXvYqxRCkmKfUSDJM3Se6/gu6UwkRNCZWjX44Jrq2hMNo1fQ+jFzlkj1Ke9w2AQR4hQ04aqjm3VTA== X-Received: by 2002:a19:e04f:: with SMTP id g15mr2357493lfj.46.1565871870315; Thu, 15 Aug 2019 05:24:30 -0700 (PDT) Received: from localhost ([2001:6b0:5:1959:c67f:99bf:8dbf:6b9c]) by smtp.gmail.com with ESMTPSA id s8sm464799ljd.94.2019.08.15.05.24.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Aug 2019 05:24:29 -0700 (PDT) Subject: [nft PATCH] doc: don't check asciidoc output with xmllint From: Arturo Borrero Gonzalez To: netfilter-devel@vger.kernel.org Date: Thu, 15 Aug 2019 14:24:28 +0200 Message-ID: <156587186868.6108.9984300050354536787.stgit@endurance> User-Agent: StGit/0.18 MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org We don't need to check asciidoc output with xmllint because the generated XML is generated by a tool, not by a human. Moreover, xmllint can cause problems because it will try to download the DTD and that is problematic in build systems with no network access. Signed-off-by: Arturo Borrero Gonzalez --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 01e1af9..f0958b3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,7 +2,7 @@ if BUILD_MAN man_MANS = nft.8 libnftables-json.5 libnftables.3 endif -A2X_OPTS_MANPAGE = --doctype manpage --format manpage -D ${builddir} +A2X_OPTS_MANPAGE = -L --doctype manpage --format manpage -D ${builddir} ASCIIDOC_MAIN = nft.txt ASCIIDOC_INCLUDES = \