From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id 282174C80887 for ; Wed, 6 Apr 2011 14:12:30 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p36JCRD4027193; Wed, 6 Apr 2011 20:12:27 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23922-05; Wed, 6 Apr 2011 20:12:16 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p36JC4T5027131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Apr 2011 20:12:08 +0100 From: Richard Purdie To: Scott Rifenbark In-Reply-To: References: Date: Wed, 06 Apr 2011 11:22:17 -0700 Message-ID: <1302114137.22904.74.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH 0/1] [DOCS] X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 19:12:30 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-04-05 at 13:36 -0500, Scott Rifenbark wrote: > From: Scott Rifenbark > > Updated the Makefile to include the PDF file created for Saul. Note that > the Makefile does not produce a PDF. The PDF provided is a static file at > this point. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: srifenbark/qs-work > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/qs-work > > Thanks, > Scott Rifenbark > --- > > > Scott Rifenbark (1): > documentation/yocto-project-qs/Makefile: Updated Makefile to include > PDF in tar Merged to master, thanks. Richard