#!/bin/sh set -e; for dir in $@; do mv $dir/Makefile.in $dir/manifest.mk cvs rm $dir/Makefile.in cvs add $dir/manifest.mk done