factory/makefile
author Eugen Sawin <sawine@me73.com>
Fri, 18 Jun 2010 23:34:48 +0200
changeset 3 e279257156b5
child 62 8379acab17d9
permissions -rw-r--r--
Added images and downloads.
     1 OUTPUT = 
     2 FACTORY = 
     3 FRAME = frame.html
     4 PAGES = index.html resume.html howiwork.html personalwork.html books.html links.html contact.html
     5 
     6 compile: $(PAGES)	
     7    for p in $(PAGES); do python create_page $(FRAME) $$p ../$$p; done
     8