X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=a3e587816dcb90f86fa4e0338358d521fde236b3;hb=5ecb3e9033115246d5f59485d5b7d04bf716f91d;hp=076b87174bc170a63603464490bea362b671fb98;hpb=7683dfcfac0bf91f192f8e42b319cd0051add0c5;p=slovak-l10n diff --git a/Makefile b/Makefile index 076b871..a3e5878 100644 --- a/Makefile +++ b/Makefile @@ -1,30 +1,14 @@ -locale_set = sk_SK - -LOCALES_DIR = posix-locales -UKEYBOARD_DIR = ukeyboard - all: - mkdir -p $(LOCALES_DIR)/build - for i in $(locale_set); do \ - echo "Building locale $$i (UTF-8)"; \ - localedef -c --quiet --charmap=$(LOCALES_DIR)/charmaps/UTF-8 \ - --inputfile=$(LOCALES_DIR)/locales/$$i $(LOCALES_DIR)/build/$$i; \ - done - $(MAKE) -C po - CFLAGS="$(CFLAGS) -DHAVE_MAEMO5" $(MAKE) -C $(UKEYBOARD_DIR) install: all - install -d $(DESTDIR)/usr/lib/locale/ - mv $(LOCALES_DIR)/build/* $(DESTDIR)/usr/lib/locale/ - $(MAKE) -C po DESTDIR=$(DESTDIR) install - $(MAKE) -C $(UKEYBOARD_DIR) DESTDIR=$(DESTDIR) install + + install -d $(DESTDIR)/usr/share/nokia-maps + cp -r nokia-maps/html $(DESTDIR)/usr/share/nokia-maps clean: - rm -rf $(LOCALES_DIR)/build $(MAKE) -C po clean - $(MAKE) -C $(UKEYBOARD_DIR) clean distclean: $(MAKE) clean