From 2edd3b96b6fb70e4186e342e2c7249effbe3a3f2 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 6 Nov 2016 12:29:42 +0100 Subject: [PATCH] Configure XBoard to use UCI2WB as uxiAdapter in make-install The install target of the Makefile now invokes XBoard to set its -uxiAdapter option for the current user to a value suitable for usig UCI2WB. --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 4bbcc6e..d77636a 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ install: ${ALL} cp -u ${srcdir}/uci2wb $(DESTDIR)$(bindir) install -d -m0755 $(DESTDIR)$(datadir)/man/man6 cp -u ${srcdir}/uci2wb.6.gz $(DESTDIR)$(datadir)/man/man6 + xboard -ncp -uxiAdapter {uci2wb -%variant "%fcp" "%fd"} -autoClose || true uci2wb.6.gz: uci2wb.pod pod2man -s 6 uci2wb.pod | gzip -9n > uci2wb.6.gz -- 1.7.0.4