
testmenu:
	exec perl mklistpage.pl > menubody.html
	cat menuhead.html menubody.html menufoot.html > menu.html

testmenu_dos:
	perl mklistpage.pl > menubody.html
	type menuhead.html menubody.html menufoot.html > menu.html
