From patchwork Thu May 12 21:23:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 67700 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp964294qge; Thu, 12 May 2016 14:24:05 -0700 (PDT) X-Received: by 10.55.23.29 with SMTP id i29mr4763050qkh.201.1463088245132; Thu, 12 May 2016 14:24:05 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id l127si9804576qhc.76.2016.05.12.14.24.04; Thu, 12 May 2016 14:24:05 -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 83C716164C; Thu, 12 May 2016 21:24:04 +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 711D361648; Thu, 12 May 2016 21:23:59 +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 F2B0E6164B; Thu, 12 May 2016 21:23:56 +0000 (UTC) Received: from mail-oi0-f47.google.com (mail-oi0-f47.google.com [209.85.218.47]) by lists.linaro.org (Postfix) with ESMTPS id D724561605 for ; Thu, 12 May 2016 21:23:55 +0000 (UTC) Received: by mail-oi0-f47.google.com with SMTP id k142so141293823oib.1 for ; Thu, 12 May 2016 14:23:55 -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=kZQLMkT4fvyxMKkFGHuGLjnvdUldDSwUQuyQln9nDcvk9Cve9lV7hsrwDo2iT/J0H0 XJtXJS1pMTaXadX154PSUQ28R0aeLDqEBrDXhGqCyh93GF9bQwQQAlmYO5f1o9SLjgbP 9UKc6P7G4FhcFp7TA2W6jrjXouLW+9kwA7ZMWWbqmKIiI4kSNyP6Nz1w5TIJJuaMiEUL vGfW5zB2BSwGtLeKBguPkXxQdvLH7+Ktw69Dh1SILrsTbBRw70V8mp1L4su4em8Sk+r/ 4e34fOCyJ1d5PIjUa5vqARrWeBrChqRemsw2Nzvb0Vi2ZTG5sJfrXsD68E+xgmVXurI4 wXug== X-Gm-Message-State: AOPr4FUtD3ksw/4EhPFNiKD+WGgUL5DqrKxaIWMawyRUqTVTLWHOcULLbGWxTjFnTF5soMvoUI0= X-Received: by 10.202.173.209 with SMTP id w200mr7084312oie.67.1463088235393; Thu, 12 May 2016 14:23:55 -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 78sm4372245otd.12.2016.05.12.14.23.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 May 2016 14:23:53 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Thu, 12 May 2016 16:23:46 -0500 Message-Id: <1463088227-2677-2-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1463088227-2677-1-git-send-email-bill.fischofer@linaro.org> References: <1463088227-2677-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCHv4 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)