factory/makefile
author Eugen Sawin <sawine@me73.com>
Sun, 18 Dec 2011 03:36:00 +0100
changeset 72 c78f182f7412
parent 71 bf0295436e1c
child 73 44d14b5e7bab
permissions -rw-r--r--
Initial version of 2012 menu.
     1 OUTPUT = 
     2 FACTORY = 
     3 VERSION = v2012
     4 FRAME = $(VERSION)/frame.html
     5 PAGES = $(VERSION)/*.html
     6 
     7 compile:
     8 	./create_page -a $(FRAME)
     9 	java -jar yuicompressor.jar $(VERSION)/script.js -o ../script.js --charset utf-8
    10