From patchwork Mon Jan 2 11:47:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 710135 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tsb1q4SfGz9t0v for ; Mon, 2 Jan 2017 22:48:31 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="DyCCCnd/"; dkim-atps=neutral Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 889FD91A; Mon, 2 Jan 2017 11:48:04 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 293E7907 for ; Mon, 2 Jan 2017 11:48:03 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from brown.birch.relay.mailchannels.net (brown.birch.relay.mailchannels.net [23.83.209.23]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CCE6713D for ; Mon, 2 Jan 2017 11:48:02 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 13C9E100CF1 for ; Mon, 2 Jan 2017 11:48:02 +0000 (UTC) Received: from one.mxroute.com (ip-10-220-3-24.us-west-2.compute.internal [10.220.3.24]) by relay.mailchannels.net (Postfix) with ESMTPA id 9072C100FA6 for ; Mon, 2 Jan 2017 11:48:01 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com ([TEMPUNAVAIL]. [10.16.27.41]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.8); Mon, 02 Jan 2017 11:48:02 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1483357681777:2449128482 X-MC-Ingress-Time: 1483357681776 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=uDVMKbosKYn3yAHy2Wvm93aERNa4Myc1R+h1SbU6t4w=; b=DyCCCnd/SG1Ft2U8z7GPyKKX5W yFXx5yYzxj9ylOm6SWFIet3AkYnOJnaw/YtnkTneDS+z2s3coKIL9GOtm1ce2j/mctahhD4FH5H08 sVbowl4g6/99jBIYgBWFyBLA1hDQmTkadFqaS5ryw02ElLDwyOYv4tdjEm9avZX+qXpMG7R75RFwE 9LD8bK5pRM8IjFJqkc/uLA0NWTwmomfGQTT6CZ0MToNYRcCJtUDsmY2jqGZFagRmYNz2nE+eIW1ST StrOFwGrehCQz2ufknSzz8+fecdl2t1aO2GXnDSWSvLTXNMPuDThQjYaTaFrMZzfyxcLFFaq8baoZ 4e/gHUJg==; From: Stephen Finucane To: dev@openvswitch.org Date: Mon, 2 Jan 2017 11:47:39 +0000 Message-Id: <20170102114742.13949-2-stephen@that.guru> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170102114742.13949-1-stephen@that.guru> References: <20170102114742.13949-1-stephen@that.guru> X-AuthUser: stephen@that.guru X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH v2 2/5] make: Add distinct clean-docs target X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Speed things up by not rebuilding documents every time. Signed-off-by: Stephen Finucane --- Documentation/automake.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/automake.mk b/Documentation/automake.mk index cb41d11..ac147a7 100644 --- a/Documentation/automake.mk +++ b/Documentation/automake.mk @@ -99,7 +99,6 @@ PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS = -W -n -d $(SPHINXBUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(SPHINXSRCDIR) htmldocs: - rm -rf $(SPHINXBUILDDIR)/* $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SPHINXBUILDDIR)/html ALL_LOCAL += htmldocs .PHONY: htmldocs @@ -107,3 +106,8 @@ ALL_LOCAL += htmldocs check-docs: $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(SPHINXBUILDDIR)/linkcheck .PHONY: check-docs + +clean-docs: + rm -rf $(SPHINXBUILDDIR)/* +CLEAN_LOCAL += clean-docs +.PHONY: clean-docs