From patchwork Wed May 4 20:59:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 67180 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp402532qge; Wed, 4 May 2016 14:00:50 -0700 (PDT) X-Received: by 10.55.143.129 with SMTP id r123mr11044504qkd.170.1462395650076; Wed, 04 May 2016 14:00:50 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id u72si3835633qke.47.2016.05.04.14.00.49; Wed, 04 May 2016 14:00:50 -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 A6832615E9; Wed, 4 May 2016 21:00:49 +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_H3, RCVD_IN_MSPIKE_WL, 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 CB378615CA; Wed, 4 May 2016 21:00:17 +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 BC66F615CB; Wed, 4 May 2016 21:00:07 +0000 (UTC) Received: from mail-qk0-f173.google.com (mail-qk0-f173.google.com [209.85.220.173]) by lists.linaro.org (Postfix) with ESMTPS id DE422615CA for ; Wed, 4 May 2016 21:00:00 +0000 (UTC) Received: by mail-qk0-f173.google.com with SMTP id j68so23108295qke.2 for ; Wed, 04 May 2016 14:00:00 -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=o7WoFAJLOSUfcqW7Gy+dOF2dx2jVPLrnH/ONLc2Bdzg=; b=DXrejDK54nQGbOX9MTWI59vgNGgrj6CN42DWVMl/18tBEpcEO+TErV5vMGyxrrHaXz C+OsNAB1gfH3XSc/RPE4e+SjHO4UWy6Aq6xyNRFf77HXLU9n9/tic/rBDeVJqwoitrGT yAAPwj9eN8CiRjpjICa7DcaGSzynAAprVxvkTchoLUXnbTOilfJN9MgSb4PVjDN0cmJ+ wlSiHwEcRA+uJY/4mwBPRcirlAny8bzY15yHzqsOMBuwUzJwL9ZKSW9UOyB/ntxCBmuw 2EnHoA2YW8BZvBilJhRQ4RuYgNZhGeu9xINHRoV+yTwVL+cZNxZpeWGXtghn8CGMr6Ah Jd0A== X-Gm-Message-State: AOPr4FUYTuv6iF0JaDSY+e+mYk3D7QqRNIyD2p16goLyxIzrmvLvEwdQP/RxhmSl45XJxORgqfI= X-Received: by 10.55.71.146 with SMTP id u140mr11116409qka.14.1462395600637; Wed, 04 May 2016 14:00:00 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id u6sm2085513qku.6.2016.05.04.14.00.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 04 May 2016 14:00:00 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Wed, 4 May 2016 16:59:54 -0400 Message-Id: <1462395594-17671-3-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1462395594-17671-1-git-send-email-mike.holmes@linaro.org> References: <1462395594-17671-1-git-send-email-mike.holmes@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH v2 3/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" Signed-off-by: Mike Holmes --- 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 ffb0d1c..214e2c0 100644 --- a/doc/users-guide/Makefile.am +++ b/doc/users-guide/Makefile.am @@ -21,7 +21,7 @@ endif EXTRA_DIST = $(SRC) $(IMAGES) doc_DATA = $(TARGET) -$(TARGET): $(SRC) +$(TARGET): $(SRC) $(IMAGES) clean-local: rm -f $(builddir)/$(TARGET)