aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-03 20:01:36 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-03 20:01:36 +0000
commit3b5f0e6ce91639155222e723c1890fb5ea9f9e6f (patch)
treed71c79c063f75861854cff1412fb9bae095a7dc8 /Makefile.PL
parent617976a8a3310b7ccb3cf394f291b6ebc325a8c3 (diff)
downloadikiwiki-3b5f0e6ce91639155222e723c1890fb5ea9f9e6f.tar
ikiwiki-3b5f0e6ce91639155222e723c1890fb5ea9f9e6f.tar.gz
* Added a Spanish translation by Victor Moral.
* A few translation infrastructure fixes.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ab67aae74..9786a66ce 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -61,7 +61,7 @@ extra_install:
install -d $(DESTDIR)$(PREFIX)/bin
install ikiwiki.out $(DESTDIR)$(PREFIX)/bin/ikiwiki
- $(MAKE) -C po install
+ $(MAKE) -C po install PREFIX=$(PREFIX)
}
}