factory/makefile
author root@h1429602.stratoserver.net
Mon, 05 Jul 2010 17:19:17 +0200
changeset 16 a04897b5801e
permissions -rw-r--r--
Increased photo size.
     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