COPY = cd .. && cp --
all: renametemplates
	cd ../firstclass/build && make all
	cd .. && unzip yui_2.4.1.zip
clean:
	cd .. && rm -f -- -[0-9]
	cd .. && rm -f -- -[0-9][0-9]
	cd .. && rm -f 138 141 904 98
renametemplates:
	$(COPY) -1.html -1
	$(COPY) -10.html -10
	$(COPY) -11.html -11
	$(COPY) -12.html -12
	$(COPY) -13.html -13
	$(COPY) -14.html -14
	$(COPY) -15.html -15
	$(COPY) -2.html -2
	$(COPY) 138.html 138
	$(COPY) 141.html 141
	$(COPY) 904.html 904
	$(COPY) 98.html 98

firstclass.js:
	java org.mozilla.javascript.tools.shell.Main tools/jslint.js ../firstclass/firstclass.js > firstclass.jslog

