aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2014-06-24 19:01:23 +0100
committerChristopher Baines <mail@cbaines.net>2014-06-26 23:08:03 +0100
commit08653465d0e9d065c6de49268474f15b19441160 (patch)
tree26c34d6f22bf254c8a197c36b2d70beeb6534ef6 /Makefile
downloadannex-examples-08653465d0e9d065c6de49268474f15b19441160.tar
annex-examples-08653465d0e9d065c6de49268474f15b19441160.tar.gz
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..aa74c33
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+
+all: img
+
+ikiwiki:
+ git clone -b git-annex git://git.cbaines.net/ikiwiki
+
+ikiwiki-dest: ikiwiki
+ cd ikiwiki && perl Makefile.PL PREFIX=../ikiwiki-dest && make && make install
+
+img: ikiwiki-dest
+ export PERL5LIB=`pwd`/ikiwiki && PATH=ikiwiki-dest/bin:$(PATH); ikiwiki --setup img.setup
+
+clean:
+ rm -rf ikiwiki-dest
+ rm -rf img