aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0d50c5df89f2ae133d6c1b177c63ce02ef49dc30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.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:
	rm -rf ikiwiki-dest
	rm -rf img