Diff of /trunk/data/Makefile.in

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

revision 189 by harbaum, Tue Nov 17 09:07:17 2009 UTC revision 229 by harbaum, Fri Dec 4 19:58:26 2009 UTC
# Line 40  install-maemo: Line 40  install-maemo:
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/*.png $(DESTDIR)$(datadir)/$(APP);          install -m 644 COPYING 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.189  
changed lines
  Added in v.229