Fixed installation of package on TMN (Telecomunicações Móveis Nacionais) :release...
[slovak-l10n] / Makefile
index a3e5878..b5c6f01 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,15 @@ all:
 install:       all
        $(MAKE) -C po 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:
        $(MAKE) -C po clean