From 320b20776bcddffc62ee3d01114826c2d43da5dc Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 21 Oct 2007 23:35:18 +0200 Subject: Switch to 2-letter locale code. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09a99c4..c8d525e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ origin_ikiwiki = http://source.jones.dk/ikiwiki_$(underlay).git underlays_ikiwiki = basewiki smiley templates master_ikiwiki = master$(locale:%=-$(locale)) -locales = danish +locales = da underlays_l10n = $(foreach source, $(sources), $(foreach locale, $(locales), $(patsubst %,%_l10n/$(locale),$(underlays_$(source))))) underlays = $(foreach source, $(sources), $(underlays_$(source))) $(underlays_l10n) -- cgit v1.2.3