aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-10-20 19:56:14 +0100
committerChristopher Baines <mail@cbaines.net>2015-10-20 19:56:14 +0100
commit88c01987ddf4a1c34037d00959681bba693c4a6d (patch)
tree0030c6d39a606a687a372e1bf5d8c2a4123fabea
parent08653465d0e9d065c6de49268474f15b19441160 (diff)
downloadannex-examples-88c01987ddf4a1c34037d00959681bba693c4a6d.tar
annex-examples-88c01987ddf4a1c34037d00959681bba693c4a6d.tar.gz
Auto commitHEADmaster
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa74c33..0d50c5d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,10 @@ ikiwiki:
ikiwiki-dest: ikiwiki
cd ikiwiki && perl Makefile.PL PREFIX=../ikiwiki-dest && make && make install
-img: ikiwiki-dest
+img.git:
+ git clone git://git.cbaines.net/ikiwiki/annex-examples/img img.git
+
+img: ikiwiki-dest img.git
export PERL5LIB=`pwd`/ikiwiki && PATH=ikiwiki-dest/bin:$(PATH); ikiwiki --setup img.setup
clean: