Re: [Xen-devel] [PATCH 5/7] tools: replace private MANDIR with automake mandir

2015-04-24 Thread Andrew Cooper
On 24/04/15 11:25, Olaf Hering wrote: > The result of this command: > git grep -wnl MANDIR | xargs sed -i 's@MANDIR@mandir@g' > > Signed-off-by: Olaf Hering > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei Liu In some copious free time during a docs day, we should see

[Xen-devel] [PATCH 5/7] tools: replace private MANDIR with automake mandir

2015-04-24 Thread Olaf Hering
The result of this command: git grep -wnl MANDIR | xargs sed -i 's@MANDIR@mandir@g' Signed-off-by: Olaf Hering Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu --- config/Paths.mk.in | 5 ++--- docs/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-