Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / editors / jed / MESSAGE
blobf4782a8d82977af116a5f4988d70c83ee104fe1b
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2002/09/24 12:29:57 wiz Exp $
4 Optional but highly recommended: preparse the S-Lang files.  This
5 is done by running JED as:
7 # (cd ${PREFIX}/share/jed/lib; jed -batch -n -l preparse.sl)
9 This creates pre-parsed *.slc files that load quicker than *.sl
10 files. Note that the bytecodes that are stored in the preparsed
11 files (*.slc) may depend upon the version of the slang library that
12 was used.  This is particularly relevant if jed is dynamically
13 linked to the slang library and for some reason you upgrade the
14 library.  If you do this, then immediately after installing a new
15 version of the slang library, run the command 'touch *.sl' on all
16 the .sl files in the ${PREFIX}/share/jed/lib/lib directory.
18 ===========================================================================