From f59b2bd1d4f8ff3548af12e9ca9367562e60373c Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Fri, 23 Jul 2010 03:02:23 +0200 Subject: [PATCH] in fact a Makefile makes no sens here, what I'll need is juste un build script. Thus src dir has no more any reason to be --- Makefile | 1 - src/archives.html => archives.html | 0 src/article.html => article.html | 0 src/exclude => exclude | 0 src/fugitive.css => fugitive.css | 0 src/install.sh => install.sh | 0 src/post-commit.sh => post-commit.sh | 0 src/post-receive.sh => post-receive.sh | 0 8 files changed, 1 deletion(-) delete mode 100644 Makefile rename src/archives.html => archives.html (100%) rename src/article.html => article.html (100%) rename src/exclude => exclude (100%) rename src/fugitive.css => fugitive.css (100%) rename src/install.sh => install.sh (100%) rename src/post-commit.sh => post-commit.sh (100%) rename src/post-receive.sh => post-receive.sh (100%) diff --git a/Makefile b/Makefile deleted file mode 100644 index f4ebe19..0000000 --- a/Makefile +++ /dev/null @@ -1 +0,0 @@ -# should generate the fugitive shell script from hooks files and template diff --git a/src/archives.html b/archives.html similarity index 100% rename from src/archives.html rename to archives.html diff --git a/src/article.html b/article.html similarity index 100% rename from src/article.html rename to article.html diff --git a/src/exclude b/exclude similarity index 100% rename from src/exclude rename to exclude diff --git a/src/fugitive.css b/fugitive.css similarity index 100% rename from src/fugitive.css rename to fugitive.css diff --git a/src/install.sh b/install.sh similarity index 100% rename from src/install.sh rename to install.sh diff --git a/src/post-commit.sh b/post-commit.sh similarity index 100% rename from src/post-commit.sh rename to post-commit.sh diff --git a/src/post-receive.sh b/post-receive.sh similarity index 100% rename from src/post-receive.sh rename to post-receive.sh