From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 1FCF63989 for ; Sun, 7 Sep 2014 22:49:16 +0200 (CEST) Received: from [2001:470:8:a08:215:ff:fecc:4872] (helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XQjTM-0003LD-GJ; Sun, 07 Sep 2014 16:54:10 -0400 Date: Sun, 7 Sep 2014 16:54:07 -0400 From: Neil Horman To: Mika Niemi K Message-ID: <20140907205406.GB16055@localhost.localdomain> References: <433CF911C88BBE4E9E2B9C3D826E6AC41A394DE2@ESESSMB105.ericsson.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <433CF911C88BBE4E9E2B9C3D826E6AC41A394DE2@ESESSMB105.ericsson.se> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] PDF documents with distiller? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2014 20:49:17 -0000 On Mon, Aug 25, 2014 at 11:50:51AM +0000, Mika Niemi K wrote: > Hi, > The PDF docs for 1.7.0 were generated differently than before, causing all figures to be changed to low-resolution bitmaps. Figure 2 in the Programming Guide also has now unreadable text. > > Is it possible to get the PDF docs for 1.7.x generated like they were previously, using distiller? > > Mika N > The Makefile thats used to generate the reference manual is generated by doxygen. It sounds to me like something may have changed in your doxygen config. Neil