From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 5B5165A86 for ; Fri, 27 Mar 2015 16:35:58 +0100 (CET) Received: by wgra20 with SMTP id a20so103014758wgr.3 for ; Fri, 27 Mar 2015 08:35:58 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=kBDCzmMsGJtxdpOP6fBODD63dt1t39TIFQebmCwE0+Y=; b=a0RUX75CrfvD2mrs73qn5bCKpvsUAkP0tehV23Kn4c+9Jpe/7CsLyvDZrpPhdHzE+p Rhlgf2j1euE/tccrbOCSOGFcNh5MqCf1X+XnEWHs+GzDNP5oRtMgSUicCt0jwQ0ZZp1o N/NIhpPreNmShxfHlp2gHKx2O40hRKTfRUWUUHlyF4K0BdguJ8dpU7uB4YqUueFErfIo mPxTlJUdrbq3kuBnX1dOc6PhizkdT/Fk82tZLBg0wJ9w7n1cBIPNW5kD+S7SmFiClRi3 fcxktyV3PJ3XNhS5PAdon81uWFQDKfs2WZCfyF61utgnWY+1mvVXxXTP2ie6vUobmdne xHOw== X-Gm-Message-State: ALoCoQnBv/73/9ogorXSA62rhyitrvecMG0koz/IOIwVXaa5UiFtWZGcOTrBeiF6W8nt3obHFDuh X-Received: by 10.194.120.230 with SMTP id lf6mr38619837wjb.78.1427470558257; Fri, 27 Mar 2015 08:35:58 -0700 (PDT) Received: from xps13.localnet (130.20.90.92.rev.sfr.net. [92.90.20.130]) by mx.google.com with ESMTPSA id ey10sm3963298wib.2.2015.03.27.08.35.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 08:35:57 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Fri, 27 Mar 2015 16:27:29 +0100 Message-ID: <2331351.1gzyaKcuLj@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1427466883-16624-1-git-send-email-john.mcnamara@intel.com> References: <1427466883-16624-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mk: create pdf docs as a separate make target 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: Fri, 27 Mar 2015 15:35:58 -0000 2015-03-27 14:34, John McNamara: > This patch separates out the PDF generation from 'make doc' to > 'make doc-pdf'. The docs can now be built as follows: > > make doc > make doc-pdf > > This is to: > * Reduce the PDF dependencies for people who only require > the Html docs. > * Speed up the doc build. > > Signed-off-by: John McNamara NACK PDF can already be built with "make doc-guides-pdf". And HTML can be built with "make doc-guides-html doc-api-html". When using "make doc", we expect building all docs.