Mozilla/mozilla/js/tests/Makefile
bob%bclary.com a6905b618a Change make variable JS to TEST_JS to match automation variable name standards, no bug.
git-svn-id: svn://10.0.0.236/trunk@179376 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 04:40:11 +00:00

14 lines
298 B
Makefile

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