diff options
author | Christopher Baines <mail@cbaines.net> | 2017-08-21 19:20:09 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2017-08-21 19:20:09 +0100 |
commit | 21cdfe7fd4a6f3e30a75388e3e502c6d0352eda5 (patch) | |
tree | dfed336a5d697aa27bd303c2cf3c9e357af0881b /Makefile | |
parent | 637db05e682592f24dca1f2d60bbbcdc0f7882fc (diff) | |
download | osm-examples-master.tar osm-examples-master.tar.gz |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -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 |