bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit 96c7679b082fc9e15019b715c22bf4db4e29d312
parent 9ff2bb201e7ff56455160561ad49b24946568ae8
Author: cipher <haris@2f30.org>
Date:   Tue,  3 Dec 2013 14:41:27 +0200

added Makefile

Diffstat:
AMakefile | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,16 @@ +all: bliper.create menu.create + +bliper.create: + @exec perl bin/bliper-generate.pl + +menu.create: + @exec sh bin/bliper-menu-creation.sh + +clean: + @echo "Cleaning out generated pages" + rm output/*.html + rm output/tmp + +deploy: + @echo "Deploying website" + @sh bin/bliper-deploy.sh