#! /bin/csh
echo "============================================================"
echo "Checking out all $1 documents (readable)"
echo ""
#rcs -L $1.h
#rcs -L $1.m
#rcs -L $1.rtf
co -l $1.h
co -l $1.m
co -l $1.rtf
echo "" > $1_files_are_writable
