From patchwork Sat Jan 28 20:39:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Van Hoof X-Patchwork-Id: 138412 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 8800CB6F67 for ; Sun, 29 Jan 2012 07:39:55 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RrF3y-0002Nv-BV for incoming@patchwork.ozlabs.org; Sat, 28 Jan 2012 20:39:54 +0000 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RrF3t-0002NQ-Kw for fwts-devel@lists.ubuntu.com; Sat, 28 Jan 2012 20:39:49 +0000 X-Authority-Analysis: v=2.0 cv=TqVkdUrh c=1 sm=0 a=jrUOvm/RFT1SBfzjC7VLzg==:17 a=ykWwnVZsJJcA:10 a=1XB9yynOT10A:10 a=DfNHnWVPAAAA:8 a=7rGsQxuHswMY3PlEyKYA:9 a=8sY9iqnvBEgWV4mhUoUA:7 a=lBRciGGoxdUA:10 a=jrUOvm/RFT1SBfzjC7VLzg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 174.109.107.185 Received: from [174.109.107.185] ([174.109.107.185:49362] helo=haddonfield.itb.ouwish.com) by cdptpa-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id AE/43-20593-41D542F4; Sat, 28 Jan 2012 20:39:48 +0000 Received: from haddonfield.itb.ouwish.com (localhost [127.0.0.1]) by haddonfield.itb.ouwish.com (8.14.4/8.14.4/Debian-2ubuntu2) with ESMTP id q0SKdN7o024341; Sat, 28 Jan 2012 15:39:23 -0500 Received: (from vanhoof@localhost) by haddonfield.itb.ouwish.com (8.14.4/8.14.4/Submit) id q0SKdN3K024340; Sat, 28 Jan 2012 15:39:23 -0500 From: Chris Van Hoof To: fwts-devel@lists.ubuntu.com Subject: [PATCH 3/3] src/Makefile: include fwts-frontend-text.1 to man_MANS Date: Sat, 28 Jan 2012 15:39:18 -0500 Message-Id: <1327783158-24282-3-git-send-email-vanhoof@canonical.com> X-Mailer: git-send-email 1.7.8.3 In-Reply-To: <1327783158-24282-1-git-send-email-vanhoof@canonical.com> References: <1327783158-24282-1-git-send-email-vanhoof@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com Signed-off-by: Chris Van Hoof Acked-by: Keng-Yu Lin Acked-by: Colin King --- src/Makefile.am | 2 +- src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index d307a51..417e2a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,4 +73,4 @@ fwts_LDADD = \ -Llib/src -lfwts \ -L$(top_srcdir)/src/acpica -lfwtsacpica -man_MANS = ../doc/fwts.1 ../doc/fwts-collect.1 +man_MANS = ../doc/fwts.1 ../doc/fwts-collect.1 ../doc/fwts-frontend-text.1 diff --git a/src/Makefile.in b/src/Makefile.in index 16b97c0..8a85f42 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -344,7 +344,7 @@ fwts_LDADD = \ -Llib/src -lfwts \ -L$(top_srcdir)/src/acpica -lfwtsacpica -man_MANS = ../doc/fwts.1 ../doc/fwts-collect.1 +man_MANS = ../doc/fwts.1 ../doc/fwts-collect.1 ../doc/fwts-frontend-text.1 all: all-recursive .SUFFIXES: