Re: [PATCH] dist: include manual page sources
- From: Lubomir Rintel <lkundrak v3 sk>
- To: Dan Winship <danw gnome org>
- Cc: networkmanager-list gnome org
- Subject: Re: [PATCH] dist: include manual page sources
- Date: Thu, 22 Jan 2015 18:24:40 +0100
On Thu, 2015-01-22 at 09:50 -0500, Dan Winship wrote:
On 01/22/2015 04:54 AM, Lubomir Rintel wrote:
- $(docbook_generated_man_pages:.%=.xml) \
+ $(addsuffix .xml,$(basename $(docbook_generated_man_pages))) \
That seems like it should be the same thing... what does the first one do?
The ".%" pattern is applied to the complete string (think ^\..*$). It
thus does not match and nothing is substituted (which is why the
generate manual pages got included and not the source).
Lubo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]