X-Git-Url: http://git.maemo.org/git/?p=slovak-l10n;a=blobdiff_plain;f=Makefile;h=b5c6f019a40aea8c7ae3bd7e7e2c6f62fbe93762;hp=076b87174bc170a63603464490bea362b671fb98;hb=HEAD;hpb=7683dfcfac0bf91f192f8e42b319cd0051add0c5 diff --git a/Makefile b/Makefile index 076b871..b5c6f01 100644 --- a/Makefile +++ b/Makefile @@ -1,30 +1,20 @@ -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/microb-engine + cp -r microb-engine/chrome $(DESTDIR)/usr/share/microb-engine + + install -d $(DESTDIR)/usr/share/nokia-maps + cp -r nokia-maps/html $(DESTDIR)/usr/share/nokia-maps + + install -d $(DESTDIR)/usr/share/tutorial-applet + install -m 0644 tutorial-applet/lang_sk_SK.xml $(DESTDIR)/usr/share/tutorial-applet/ clean: - rm -rf $(LOCALES_DIR)/build $(MAKE) -C po clean - $(MAKE) -C $(UKEYBOARD_DIR) clean distclean: $(MAKE) clean