--- trunk/installer-simple/Makefile 2014/01/07 14:58:49 2448 +++ trunk/installer-simple/Makefile 2014/01/07 15:05:35 2453 @@ -34,7 +34,16 @@ install-files: $(INSTALL) -m 0644 conf/installer.conf $(DESTDIR)$(SYSCONFDIR) $(INSTALL) -m 0755 bin/installer.sh $(DESTDIR)$(BINDIR)/installer + $(INSTALL) -m 0644 functions/common.sh $(DESTDIR)$(LIBDIR)/functions/ + $(INSTALL) -m 0644 functions/common-dialogs.sh $(DESTDIR)$(LIBDIR)/functions/ + $(INSTALL) -m 0644 functions/installer-dialogs.sh $(DESTDIR)$(LIBDIR)/functions/ $(INSTALL) -m 0644 functions/hwdetection.sh $(DESTDIR)$(LIBDIR)/functions/ + $(INSTALL) -m 0644 functions/bootloader.sh $(DESTDIR)$(LIBDIR)/functions/ + $(INSTALL) -m 0644 functions/grub.sh $(DESTDIR)$(LIBDIR)/functions/ + $(INSTALL) -m 0644 functions/grub2.sh $(DESTDIR)$(LIBDIR)/functions/ + $(INSTALL) -m 0644 functions/initrd-tools.sh $(DESTDIR)$(LIBDIR)/functions/ + $(INSTALL) -m 0644 functions/dracut.sh $(DESTDIR)$(LIBDIR)/functions/ + $(INSTALL) -m 0644 functions/mkinitrd.sh $(DESTDIR)$(LIBDIR)/functions/ install-systemd: $(INSTALL) -d $(DESTDIR)/$(SYSTEMDUNITDIR) @@ -50,7 +59,15 @@ generate-po.sh --append-pot functions/common-dialogs.sh installer generate-po.sh --append-pot functions/installer-dialogs.sh installer generate-po.sh --append-pot functions/hwdetection.sh installer + generate-po.sh --append-pot functions/bootloader.sh installer + generate-po.sh --append-pot functions/grub.sh installer + generate-po.sh --append-pot functions/grub2.sh installer + generate-po.sh --append-pot functions/initrd-tools.sh installer + generate-po.sh --append-pot functions/dracut.sh installer + generate-po.sh --append-pot functions/mkinitrd.sh installer + generate-po.sh --unique-pot bin/installer.sh.in installer generate-po.sh --generate bin/installer.sh.in installer + install-mo: locale/installer.pot DESTDIR=$(DESTDIR) generate-po.sh --compile bin/installer.sh.in installer