Skip to content

Commit b593549

Browse files
committed
Adding Handbook to Static Page Generate
1 parent 90c5fe0 commit b593549

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

generate/staticpages.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
$page->content(file_get_contents($source."books.html"));
4040
writeFile('books/index.html', $page->out());
4141

42+
$page = new Page("Handbook", "Handbook");
43+
$page->content(file_get_contents($source."handbook.html"));
44+
writeFile('handbook/index.html', $page->out());
45+
4246
// Copy over the errata file for Processing: A Programming Handbook...
4347
copy($source.'processing-errata.txt', $path.'books/processing-errata.txt');
4448
// Copy over the media.zip file for Getting Started with Processing...

0 commit comments

Comments
 (0)