cat<<EOF>po/Makefile
maintainer-clean:
	rm -f \
	Make*.in boldquot.sed en@boldquot.header \
	en@quot.header insert-header.sin Makevars.template \
	quot.sed remove-potcdate.sin Rules-quot Makefile Makevars
EOF
cat<<EOF>intl/Makefile
maintainer-clean:
	cd .. && rm -rf intl

EOF
test -d m4 && cat<<EOF>m4/Makefile
maintainer-clean:
	cd .. && rm -rf m4

EOF
exit 0
