_______________________________________________________________________________

 Java Virtual Shelf - Jean-Paul Le Fvre
 HOW TO maintain this software. It is a collections of tips which can
 help the maintainer.
 $Id: HOWTO,v 1.1 2001/04/11 19:19:18 lefevre Exp $
_______________________________________________________________________________

Adding a new package
--------------------

cd parent_dir; mkdir new_dir; cd new_dir
edit Makefile.am.
edit package.html.
edit parent_dir Makefile.am : update SUBDIR.
edit configure.in : update AC_OUTPUT.
edit JVS/doc Makefile.am : update PACKAGES.
edit JVS/lib Makefile.am : update PACKAGES CLASSES.
edit JVS/adm wadersrc.spec : update list of files.
edit JVS/adm jvsdoc.sh : update PACKAGES.

_______________________________________________________________________________
