From eeb3f89c56adb450a2642f70795a1644017cd766 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 28 Dec 2011 19:26:48 -0500 Subject: [PATCH] _includes => includes --- Makefile | 4 ++-- {_includes => includes}/README | 0 {_includes => includes}/footer.html | 0 {_includes => includes}/header.html | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {_includes => includes}/README (100%) rename {_includes => includes}/footer.html (100%) rename {_includes => includes}/header.html (100%) diff --git a/Makefile b/Makefile index 647a62f..6e73986 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Builds website # -header := _includes/header.html -footer := _includes/footer.html +header := includes/header.html +footer := includes/footer.html input_html := $(wildcard *.html) input_images := $(wildcard images/*.png) diff --git a/_includes/README b/includes/README similarity index 100% rename from _includes/README rename to includes/README diff --git a/_includes/footer.html b/includes/footer.html similarity index 100% rename from _includes/footer.html rename to includes/footer.html diff --git a/_includes/header.html b/includes/header.html similarity index 100% rename from _includes/header.html rename to includes/header.html