mkgnu 170 B

123456
  1. #! /bin/csh
  2. makeinfo --no-split -o $1.info $1.x
  3. # To use the resulting $1.info, you need Xr, or the Gnu "info" program.
  4. # If you use the latter, say "info -f $1.info".