Mozilla/mozilla/js/tests/Makefile
bob%bclary.com c27a6c2a18 Add ability to run js/tests from browsers. Bug 263119
git-svn-id: svn://10.0.0.236/trunk@170902 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 19:09:59 +00:00

11 lines
251 B
Makefile

JS = $(shell find . -name '*.js' -print)
all: menu.html
menu.html: menuhead.html menufoot.html $(JS) Makefile
exec perl mklistpage.pl > menubody.html
cat menuhead.html menubody.html menufoot.html > menu.html
clean:
rm -f menubody.html menu.html