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.
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