Magellan Linux

Diff of /tags/installer-simple-0_4_91_20160616_1/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2349 by niro, Fri Jan 3 22:53:23 2014 UTC revision 2351 by niro, Sat Jan 4 00:38:12 2014 UTC
# Line 42  install-systemd: Line 42  install-systemd:
42    
43  install: create-dirs install-files install-systemd  install: create-dirs install-files install-systemd
44    
45    pot: locale/installer.pot
46     generate-po.sh --create-pot bin/installer.sh.in installer
47     generate-po.sh --append-pot functions/common.sh installer
48     generate-po.sh --append-pot functions/common-dialogs.sh installer
49     generate-po.sh --append-pot functions/installer-dialogs.sh installer
50     generate-po.sh --append-pot functions/hwdetection.sh installer
51     generate-po.sh --generate bin/installer.sh.in installer
52    install-mo: locale/installer.pot
53     DESTDIR=$(DESTDIR) generate-po.sh --compile bin/installer.sh.in installer
54    
55  clean:  clean:
56   $(RM) -f bin/installer.sh   $(RM) -f bin/installer.sh
57   $(RM) -f systemd/installer.service   $(RM) -f systemd/installer.service

Legend:
Removed from v.2349  
changed lines
  Added in v.2351