gecko-dev/js/tests/Makefile

14 lines
298 B
Makefile
Raw Normal View History

# -*- 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
1999-11-19 01:18:33 +00:00
cat menuhead.html menubody.html menufoot.html > menu.html
clean:
rm -f menubody.html menu.html