From 21cdfe7fd4a6f3e30a75388e3e502c6d0352eda5 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 21 Aug 2017 19:20:09 +0100 Subject: Switch to using Guix to get the custom version of ikiwiki --- Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad0fd19..1623bfd 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,6 @@ -ikiwiki: - git clone -b osm-icon-fixes git://git.cbaines.net/ikiwiki - -ikiwiki-dest: ikiwiki - cd ikiwiki && perl Makefile.PL PREFIX=../ikiwiki-dest && make && make install - -all: ikiwiki-dest - export PERL5LIB=`pwd`/ikiwiki && PATH=ikiwiki-dest/bin:$(PATH); find . -maxdepth 1 -name "*\.setup" -exec ikiwiki --setup {} \; +all: + guix environment --ad-hoc -l guix.scm -- find . -maxdepth 1 -name "*\.setup" -exec ikiwiki --setup {} \; clean: - rm -rf ikiwiki-dest rm -rf dest -- cgit v1.2.3