From 88c01987ddf4a1c34037d00959681bba693c4a6d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 20 Oct 2015 19:56:14 +0100 Subject: Auto commit --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3