On Mon, 2015-04-20 at 11:49 +0100, Andrew Cooper wrote:
> Sometimes there is already a round enough wheel to hand.
I love the double use of sed and the unescaped .'s.
>
> No functional change.
>
> Signed-off-by: Andrew Cooper
Acked-by: Ian Campbell
(I agree with the conclusion of the subthre
>>> On 20.04.15 at 13:55, wrote:
> On 20/04/15 12:48, Jan Beulich wrote:
> On 20.04.15 at 12:49, wrote:
>>> --- a/docs/Makefile
>>> +++ b/docs/Makefile
>>> @@ -73,13 +73,11 @@ endif
>>>
>>> man1/%.1: man/%.pod.1 Makefile
>>> $(INSTALL_DIR) $(@D)
>>> - $(POD2MAN) --release=$(VERSION)
On 20/04/15 12:48, Jan Beulich wrote:
On 20.04.15 at 12:49, wrote:
>> --- a/docs/Makefile
>> +++ b/docs/Makefile
>> @@ -73,13 +73,11 @@ endif
>>
>> man1/%.1: man/%.pod.1 Makefile
>> $(INSTALL_DIR) $(@D)
>> -$(POD2MAN) --release=$(VERSION) --name=`echo $@ | sed 's/^man1.//'| \
>> -
>>> On 20.04.15 at 12:49, wrote:
> --- a/docs/Makefile
> +++ b/docs/Makefile
> @@ -73,13 +73,11 @@ endif
>
> man1/%.1: man/%.pod.1 Makefile
> $(INSTALL_DIR) $(@D)
> - $(POD2MAN) --release=$(VERSION) --name=`echo $@ | sed 's/^man1.//'| \
> - sed 's/.1//'` -s 1 -c "Xen" $< $