#!/bin/csh
#
#   Run the program "crehlplib" to create a Help Library with input and output
#   root filenames the same.  An extension of .hlp is assumed for the input,
#   and .hlb for the output.
#
./crehlplib << EOF
$1
$1
EOF
