The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/bash
#$Id$
tar -czvf bioperl-mode.tar  --directory=.. --exclude-tag-all=SKIP --exclude=#*.* --exclude=*.*~ --exclude=.svn --exclude=dist .
find -L ../xemacs -type f > ../xemacs/xemacs-packages/pkginfo/MANIFEST.bioperl-mode
tar -chzvf bioperl-mode-xemacs.tar  --directory=../xemacs --exclude-tag-all=SKIP --exclude=#*.* --exclude=*.*~ --exclude=.svn --exclude=dist .
md5sum bioperl-mode.tar > bioperl-mode.tar.md5
md5sum bioperl-mode-xemacs.tar > bioperl-mode-xemacs.tar.md5