From 26ae2af16b137034912c366147db5ed87182cb7d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 25 Jun 2014 22:18:37 +0100 Subject: Initial commit --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cc8f49b --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ + +ikiwiki: + git clone -b album git://git.cbaines.net/ikiwiki + +ikiwiki-dest: ikiwiki + cd ikiwiki && perl Makefile.PL PREFIX=../ikiwiki-dest && make && make install + +all: ikiwiki-dest + export PERL5LIB=`pwd`/ikiwiki && PATH=ikiwiki-dest/bin:$(PATH); find . -maxdepth 1 -name "*\.setup" -exec ikiwiki --setup {} \; + +clean: + rm -rf ikiwiki-dest + rm -rf dest -- cgit v1.2.3