Diff of /trunk/data/Makefile.in

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

revision 188 by harbaum, Mon Nov 16 20:30:54 2009 UTC revision 189 by harbaum, Tue Nov 17 09:07:17 2009 UTC
# Line 27  install-maemo: Line 27  install-maemo:
27          install -d $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon          install -d $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon
28          install -m 644 $(APP).64.png $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon/$(APP).png          install -m 644 $(APP).64.png $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon/$(APP).png
29          if [ $(MAEMO_VERSION_MAJOR) -lt 5 ]; then \          if [ $(MAEMO_VERSION_MAJOR) -lt 5 ]; then \
30                  echo "Installing hildon help files"; \                  echo "Installing hildon help files for maemo <= 4"; \
31                  for LANG in $(LANGS_HELP); do \                  for LANG in $(LANGS_HELP); do \
32                          install -d $(DESTDIR)$(prefix)/share/osso-help/$${LANG} ;\                          install -d $(DESTDIR)$(prefix)/share/osso-help/$${LANG} ;\
33                          install -m 644 ../help/$${LANG}/*.xml $(DESTDIR)$(prefix)/share/osso-help/$${LANG} ;\                          install -m 644 ../help/$${LANG}/*.xml $(DESTDIR)$(prefix)/share/osso-help/$${LANG} ;\
34                  done;\                  done;\
35            else \
36              echo "Installing backup configuration for maemo >= 5"; \
37              install -d $(DESTDIR)/etc/osso-backup/applications ;\
38              install $(APP).conf $(DESTDIR)/etc/osso-backup/applications ;\
39          fi          fi
         install -d $(DESTDIR)/etc/osso-backup/applications  
         install $(APP).conf $(DESTDIR)/etc/osso-backup/applications  
40    
41  install: @INSTALL_PLATTFORM@  install: @INSTALL_PLATTFORM@
42          install -d $(DESTDIR)$(datadir)/$(APP)          install -d $(DESTDIR)$(datadir)/$(APP)
43          install -m 644 welcome.gpx icons/*.gif icons/*.png $(DESTDIR)$(datadir)/$(APP);          install -m 644 welcome.gpx icons/*.png $(DESTDIR)$(datadir)/$(APP);
44          for SIZE in $(ICON_SIZES); do \          for SIZE in $(ICON_SIZES); do \
45                  install -d $(DESTDIR)$(datadir)/$(APP)/$${SIZE} ;\                  install -d $(DESTDIR)$(datadir)/$(APP)/$${SIZE} ;\
46                  install -m 644 icons/$${SIZE}/*.png $(DESTDIR)$(datadir)/$(APP)/$${SIZE};\                  install -m 644 icons/$${SIZE}/*.png $(DESTDIR)$(datadir)/$(APP)/$${SIZE};\

Legend:
Removed from v.188  
changed lines
  Added in v.189