diff options
author | Christopher Baines <mail@cbaines.net> | 2015-10-20 19:56:14 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-10-20 19:56:14 +0100 |
commit | 88c01987ddf4a1c34037d00959681bba693c4a6d (patch) | |
tree | 0030c6d39a606a687a372e1bf5d8c2a4123fabea | |
parent | 08653465d0e9d065c6de49268474f15b19441160 (diff) | |
download | annex-examples-88c01987ddf4a1c34037d00959681bba693c4a6d.tar annex-examples-88c01987ddf4a1c34037d00959681bba693c4a6d.tar.gz |
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |