From 2b0d59d161ea65a2903afd77fc7514823f30b28d Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Mon, 8 Feb 2010 15:44:05 -0600 Subject: [PATCH] removed the "static/" dir --- Makefile | 8 ++------ {s => static}/favicon.ico | Bin tt/section.tt | 18 +++++++++--------- 3 files changed, 11 insertions(+), 15 deletions(-) rename {s => static}/favicon.ico (100%) diff --git a/Makefile b/Makefile index 13f804f..71c4893 100644 --- a/Makefile +++ b/Makefile @@ -5,16 +5,12 @@ BUILD=build SOURCE=s -BUILDSYNC=rsync -azu --delete --exclude=.git --exclude='*~' - default: crank -crank: - rm -fr $(BUILD)/*.html +crank: clean mkdir -p $(BUILD)/ || true > /dev/null 2>&1 perl crank --podpath=$(SOURCE) --buildpath=$(BUILD) - $(BUILDSYNC) static/ $(BUILD)/static/ - cp $(SOURCE)/*.ico $(BUILD)/ + cp -R static/* $(BUILD)/ clean: rm -fr $(BUILD) diff --git a/s/favicon.ico b/static/favicon.ico similarity index 100% rename from s/favicon.ico rename to static/favicon.ico diff --git a/tt/section.tt b/tt/section.tt index 6873ad7..f6bb353 100644 --- a/tt/section.tt +++ b/tt/section.tt @@ -6,19 +6,19 @@ + href="theme/styles.css" /> + href="theme/print.css" /> - - - - + href="theme/handheld.css" /> + + + +