#! /bin/sh # Copyright (C) 2002 The Meadow Team # Author: KOSEKI Yoshinori # * if Meadow2.00b2 # do `Mkpkg pkg' # * if Meadow1.15 # do ` Mkpkg MEADOW_VERSION=1.15 pkg' PKGDIR=`dirname $0` ### PKGS='apel bbdb c-sig elscreen emacs-w3m flim gnus gnuserv hiki-mode html-helper-mode lookup misc mu-cite mule-ucs navi2ch psvn select-xface semi session skk tdiary-mode x-face wanderlust' # mode-info sdic t-gnus # gnujdoc imagemagick intlfonts ispell # mew elib ell super-smart-find # for D in $PKGS; do echo "make -f $PKGDIR/$D/Makefile.pkg $1 $2 $3 $4" make -f $PKGDIR/$D/Makefile.pkg $1 $2 $3 $4 done # End