make install                     &&
make install.doc                 &&
make install.man                 &&
cd  /etc/X11/app-defaults        &&

# Changes netscape to mozilla and acroread to xpdf as defaults,
# if they're installed
if  spell_ok  firefox
then
patch  -p0  <  ${SCRIPT_DIRECTORY}/Fig.mozilla.diff
fi
if  spell_ok xpdf
then
patch  -p0  <  ${SCRIPT_DIRECTORY}/Fig.xpdf.diff
fi
