diff --git a/Jamfile b/Jamfile index a80e7cd..ddd7cab 100644 --- a/Jamfile +++ b/Jamfile @@ -3,6 +3,7 @@ SubDir TOP ; Webify index.mdwn ; SubInclude TOP papers ; +SubInclude TOP projects ; SubInclude TOP poems ; SubInclude TOP src ; SubInclude TOP toys ; diff --git a/Jamrules b/Jamrules index 019d6c6..4a4ca4e 100644 --- a/Jamrules +++ b/Jamrules @@ -32,10 +32,12 @@ rule Webify { } } -actions MdwnToHtml { - $(MDWNTOHTML) $(TEMPLATE) < $(2) > $(1) -} + actions DirList { $(DIRLIST) $(HEAD) $(2) > $(1) } + +actions MdwnToHtml { + $(MDWNTOHTML) $(TEMPLATE) < $(2) > $(1) +} diff --git a/template.xml b/template.xml index c38c5ea..0885af3 100644 --- a/template.xml +++ b/template.xml @@ -5,9 +5,9 @@ TITLE + href="/~neale/default.css" /> + href="/~neale/print.css" /> @@ -15,10 +15,10 @@

TITLE

divert(1)