echo "README + man"
cp README Modula-P
cp mc.l Modula-P

echo "Examples"
tar cvf Examples.tar Examples
compress Examples.tar
/bin/mv Examples.tar.Z Modula-P/

echo "dec"
tar cvf dec.tar dec
compress dec.tar
/bin/mv dec.tar.Z Modula-P/

echo "hp700"
tar cvf hp700.tar hp700
compress hp700.tar
/bin/mv hp700.tar.Z Modula-P/

echo "rs6000"
tar cvf rs6000.tar rs6000
compress rs6000.tar
/bin/mv rs6000.tar.Z Modula-P/

echo "sequent"
tar cvf sequent.tar sequent
compress sequent.tar
/bin/mv sequent.tar.Z Modula-P/

echo "sparc"
tar cvf sparc.tar sparc
compress sparc.tar
/bin/mv sparc.tar.Z Modula-P/

