From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Zhang Subject: Re: [PATCH] man: Fix typo and use $() for make expressions Date: Sun, 20 Jan 2013 17:41:19 +0800 Message-ID: <50FBBBBF.80501@gmail.com> References: <1358511721-22073-1-git-send-email-thierry.reding@avionic-design.de> <50FB910E.70201@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-da0-f45.google.com (mail-da0-f45.google.com [209.85.210.45]) by gabe.freedesktop.org (Postfix) with ESMTP id 09739E5FE5 for ; Sun, 20 Jan 2013 01:41:25 -0800 (PST) Received: by mail-da0-f45.google.com with SMTP id w4so2256843dam.18 for ; Sun, 20 Jan 2013 01:41:24 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: David Herrmann Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Thanks, David. After "sudo apt-get install docbook-xsl" and configure the libdrm with "--enable-manpages", I see the manpages generated. Mark On 01/20/2013 05:17 PM, David Herrmann wrote: > Hi Mark > > On Sun, Jan 20, 2013 at 7:39 AM, Mark Zhang wrote: >> Hi David: >> >> Sorry for jumping in. I pulled the ToT libdrm and it seems the manpages >> will not be built("make html" does nothing), any suggestions? > > The manpages should be built automatically if you do "make". Or you > can try "make -C man" to built the manpages exclusively. > > If "make -C man" does nothing, then you don't have the docbook-xsl > stylesheets on your machine, or xsltproc is missing or you passed > --disable-manpages to ./configure. > > I think the packages for these files are called "xsltproc" and > "doocbook-xsl" in most distributions. > > Regards > David >