#!/bin/sh

for i in autoconf automake bash bin86 binutils bison bzip2 consoledata consoletools diffutils e2fsprogs ed file fileutils flex gcc gcc-local gettext glibc grep groff gzip kernel ldso less libtool lilo m4 make makedev man manpages mawk modutils ncurses patch perl procinfo procps psmisc sed shadowpwd shellutils sysklogd sysvinit tar texinfo textutils utillinux vim
do
{
	sed "s/Installing/Installation of/" $i-inst.sgml >$i-2.sgml
	mv $i-2.sgml $i-inst.sgml
}
done
