gecko-dev/js/tests/Makefile

9 lines
222 B
Makefile
Raw Normal View History

testmenu:
1999-11-19 01:18:33 +00:00
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