From ed9b4b94ac440c7e7bd2c415e9ab9d0c2ccdb840 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 11 Nov 2009 00:08:11 -0600 Subject: [PATCH] Fix links in template --- Jamfile | 1 + Jamrules | 8 +++++--- template.xml | 12 ++++++------ 3 files changed, 12 insertions(+), 9 deletions(-) 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)