Updated makefile. Added book.
authorEugen Sawin <sawine@me73.com>
Sat, 23 Jul 2011 00:59:42 +0200
changeset 628379acab17d9
parent 61 9ecf298eb1bb
child 63 702739972799
child 64 aff339b91ab8
Updated makefile. Added book.
factory/makefile
factory/v2011/books.html
     1.1 --- a/factory/makefile	Mon Jul 18 02:55:28 2011 +0200
     1.2 +++ b/factory/makefile	Sat Jul 23 00:59:42 2011 +0200
     1.3 @@ -1,8 +1,8 @@
     1.4  OUTPUT = 
     1.5  FACTORY = 
     1.6 -FRAME = frame.html
     1.7 -PAGES = index.html resume.html howiwork.html personalwork.html books.html links.html contact.html
     1.8 +FRAME = v2011/frame.html
     1.9 +PAGES = v20011/*.html
    1.10  
    1.11 -compile: $(PAGES)	
    1.12 -   for p in $(PAGES); do python create_page $(FRAME) $$p ../$$p; done
    1.13 +compile:
    1.14 +	./create_page -a $(FRAME)
    1.15  
     2.1 --- a/factory/v2011/books.html	Mon Jul 18 02:55:28 2011 +0200
     2.2 +++ b/factory/v2011/books.html	Sat Jul 23 00:59:42 2011 +0200
     2.3 @@ -1,6 +1,9 @@
     2.4  <p>Here is a list of books, that I find useful or simply enjoyed reading.</p>
     2.5  <h2>Engineering &amp; Science</h2>
     2.6  <ul>
     2.7 +<li><h4>Gödel, Escher, Bach: An Eternal Golden Braid</h4><h5>Douglas R. Hofstadter</h5>
     2.8 +A metaphorical fugue on minds and machines in the spirit of Lewis Carrol.
     2.9 +</li>
    2.10  <li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
    2.11  A collection of advises for effective software development.
    2.12  </li>