>>> On 20.04.15 at 12:49, <andrew.coop...@citrix.com> 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" $< $@
> +     $(POD2MAN) --release=$(VERSION) --name=$* -s 1 -c "Xen" $< $@

This is a change in quoting, and while benign now maybe it would be
better to add back quotation marks?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to