Diff of /trunk/data/Makefile.in

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

revision 12 by harbaum, Sat Jun 20 11:08:47 2009 UTC revision 13 by harbaum, Sat Jun 27 11:09:19 2009 UTC
# Line 28  install-maemo: Line 28  install-maemo:
28  install: @INSTALL_PLATTFORM@  install: @INSTALL_PLATTFORM@
29          install -d $(DESTDIR)$(PREFIX)/share/$(APP)          install -d $(DESTDIR)$(PREFIX)/share/$(APP)
30          install -m 644 icons/*.gif icons/*.png $(DESTDIR)$(PREFIX)/share/$(APP)          install -m 644 icons/*.gif icons/*.png $(DESTDIR)$(PREFIX)/share/$(APP)
31            install -m 644 welcome.gpx icons/*.png $(DESTDIR)$(PREFIX)/share/$(APP)
32          for LANG in $(LANGS); do \          for LANG in $(LANGS); do \
33                  install -d $(DESTDIR)$(PREFIX)/share/locale/$${LANG}/LC_MESSAGES ;\                  install -d $(DESTDIR)$(PREFIX)/share/locale/$${LANG}/LC_MESSAGES ;\
34                  msgfmt ../po/$${LANG}.po -o $(DESTDIR)$(PREFIX)/share/locale/$${LANG}/LC_MESSAGES/$(APP).mo ;\                  msgfmt ../po/$${LANG}.po -o $(DESTDIR)$(PREFIX)/share/locale/$${LANG}/LC_MESSAGES/$(APP).mo ;\

Legend:
Removed from v.12  
changed lines
  Added in v.13