Man and Info Page Fix
authorJoshua Pettus <jshpettus@gmail.com>
Tue, 10 Mar 2015 18:21:36 +0000 (14:21 -0400)
committerArun Persaud <arun@nubati.net>
Fri, 8 May 2015 15:04:24 +0000 (08:04 -0700)
commitd730f33205d273d20fd463104e8d273e6e6df127
tree2d35c7b382bd2c4feeadc7a522e11a1e6bfcc9d0
parentba12e63149a003b88b8525d6eb50d48539c660b6
Man and Info Page Fix

Terminal.app doesn’t accept command line arguments. Rather then use OSX
feature of using .command scripts to launch the man and info pages
(which is problematic with gatekeeper),  it is much better to open them
directly with applescript.   Had to move infoProc to xboard.c to do
this though.
Makefile.am
gtk/xboard.c
menus.c
osxapp/info.command [deleted file]
osxapp/man.command [deleted file]
xaw/xboard.c