factory/makefile
author Eugen Sawin <sawine@me73.com>
Sat, 10 Dec 2011 13:56:52 +0100
changeset 70 4ad853a0c380
parent 0 d9b71931f372
child 71 bf0295436e1c
permissions -rw-r--r--
Refactored text.
     1 OUTPUT = 
     2 FACTORY = 
     3 FRAME = v2011/frame.html
     4 PAGES = v20011/*.html
     5 
     6 compile:
     7 	./create_page -a $(FRAME)
     8