From patchwork Wed May 11 22:32:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 67623 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp453495qge; Wed, 11 May 2016 15:32:27 -0700 (PDT) X-Received: by 10.140.93.103 with SMTP id c94mr6198066qge.74.1463005947445; Wed, 11 May 2016 15:32:27 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 23si6779951qkl.41.2016.05.11.15.32.27; Wed, 11 May 2016 15:32:27 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id BCC666164E; Wed, 11 May 2016 22:32:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 322C161605; Wed, 11 May 2016 22:32:22 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 244C161614; Wed, 11 May 2016 22:32:19 +0000 (UTC) Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by lists.linaro.org (Postfix) with ESMTPS id 53E92615CA for ; Wed, 11 May 2016 22:32:17 +0000 (UTC) Received: by mail-oi0-f48.google.com with SMTP id x201so92060685oif.3 for ; Wed, 11 May 2016 15:32:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=YFcEFVGw0AmkxV4bBrZqDpoyoJcFOc7G+sBLpttkYpY=; b=VBU2cdJFnHcS7fzkn4IRnbxlb3DUpOy0iBvBF5pM8w+yhbsPHcrNNzYsN+hxVmE8vL CT47CMLPC2w6rRBytg1jvgUM3vCuclKXGbUNq1c6BFntBMp2sb6IAL+KxPuJl26Gmeut Sa+dhW1uLnwH9tfuX5k94phyg5lSe7jFBE3GukBnCjZjq5jnH5ASp4sDEswjVTeRBXnq mWGQTmWYT9jXp155ORnmBTlp3BhWEQ2MxjGZTKUaUG4rb8k64bGjrPrELXsD6EQPVuse 2H5zTLCtEedWaRSz8phwwWm59GP/KxaYJo7+Q1mnQnG41r7mlLYInGpfvDDMYDna5wNJ 899w== X-Gm-Message-State: AOPr4FU9YkGDMS+WrT3u+3pp5rUDqd3pzweZpY6FOdUszYljomLvpodGDemOIlQh7E3yacrbq1Y= X-Received: by 10.202.173.209 with SMTP id w200mr3733517oie.67.1463005936784; Wed, 11 May 2016 15:32:16 -0700 (PDT) Received: from localhost.localdomain (cpe-66-68-129-43.austin.res.rr.com. [66.68.129.43]) by smtp.gmail.com with ESMTPSA id 78sm2867304otd.12.2016.05.11.15.32.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 May 2016 15:32:16 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Wed, 11 May 2016 17:32:10 -0500 Message-Id: <1463005931-6890-2-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1463005931-6890-1-git-send-email-bill.fischofer@linaro.org> References: <1463005931-6890-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCHv3 2/3] doc: users-guide: depend on the images X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" From: Mike Holmes Signed-off-by: Mike Holmes Signed-off-by: Bill Fischofer --- doc/users-guide/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am index 74caa96..439ce69 100644 --- a/doc/users-guide/Makefile.am +++ b/doc/users-guide/Makefile.am @@ -40,7 +40,7 @@ endif EXTRA_DIST = $(SRC) $(IMAGES) doc_DATA = $(TARGET) -$(TARGET): $(SRC) +$(TARGET): $(SRC) $(IMAGES) clean-local: rm -f $(builddir)/$(TARGET)