#!/bin/sh
#
# Edit bits and pieces of this project. <sigh> surely xemacs
# can do this kind of thing?
#
# $Id: edit,v 1.9 2000/10/23 22:26:37 peteg Exp $

EDITOR="xemacs"

# If we've got args, add extra packages to the list
PACKAGES="prolog ${*}"

FILES="GNUmakefile GNUmakefile.defs edit run prolog.html prolog/prolog.lex"
FILES="${FILES} tests/* random_stuff/*"
FILES="${FILES} `find ${PACKAGES} -name "*.java"`"

#echo $FILES
$EDITOR $FILES
