factory/makefile
changeset 72 c78f182f7412
parent 71 bf0295436e1c
child 73 44d14b5e7bab
     1.1 --- a/factory/makefile	Sat Dec 17 19:20:30 2011 +0100
     1.2 +++ b/factory/makefile	Sun Dec 18 03:36:00 2011 +0100
     1.3 @@ -1,8 +1,10 @@
     1.4  OUTPUT = 
     1.5  FACTORY = 
     1.6 -FRAME = v2012/frame.html
     1.7 -PAGES = v2012/*.html
     1.8 +VERSION = v2012
     1.9 +FRAME = $(VERSION)/frame.html
    1.10 +PAGES = $(VERSION)/*.html
    1.11  
    1.12  compile:
    1.13  	./create_page -a $(FRAME)
    1.14 +	java -jar yuicompressor.jar $(VERSION)/script.js -o ../script.js --charset utf-8
    1.15