home *** CD-ROM | disk | FTP | other *** search
- echo
- echo ">>> Installing text editor vi"
- echo " -------------------------"
- echo " This is one of the standard text editors available for unix."
- tar $TARFLAGS $SRC/vim.tgz -C $TARGET
- echo
- echo ">>> Installing groff text formatter"
- echo " -------------------------------"
- echo " This is the text formatter required by the man system. It can"
- echo " be used to generate Postscript versions of the man pages as well"
- echo " as the ascii versions"
- tar $TARFLAGS $SRC/groff.tgz -C $TARGET
- echo
- echo ">>> Installing text editor microemacs"
- echo " ---------------------------------"
- echo " This is a cut down version of emacs, a powerful text editor."
- echo " It has several special modes for editing C source code."
- tar $TARFLAGS $SRC/uemacs.tgz -C $TARGET
- echo
-