Diff of /trunk/data/Makefile.in

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

revision 153 by harbaum, Wed Oct 14 11:26:50 2009 UTC revision 154 by harbaum, Tue Nov 3 07:36:35 2009 UTC
# Line 1  Line 1 
1  APP = @PACKAGE@  APP = @PACKAGE@
2    MAEMO_VERSION_MAJOR = @MAEMO_VERSION_MAJOR@
3  prefix = @prefix@  prefix = @prefix@
4  datarootdir = @datarootdir@  datarootdir = @datarootdir@
5  datadir = @datarootdir@  datadir = @datarootdir@
# Line 23  install-maemo: Line 24  install-maemo:
24          done          done
25          install -d $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon          install -d $(DESTDIR)$(prefix)/share/icons/hicolor/scalable/hildon
26          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
27          for LANG in $(LANGS_HELP); do \          if [ $(MAEMO_VERSION_MAJOR) -lt 5 ]; then \
28                  install -d $(DESTDIR)$(prefix)/share/osso-help/$${LANG} ;\                  echo "Installing hildon help files"; \
29                  install -m 644 ../help/$${LANG}/*.xml $(DESTDIR)$(prefix)/share/osso-help/$${LANG} ;\                  for LANG in $(LANGS_HELP); do \
30          done                          install -d $(DESTDIR)$(prefix)/share/osso-help/$${LANG} ;\
31                            install -m 644 ../help/$${LANG}/*.xml $(DESTDIR)$(prefix)/share/osso-help/$${LANG} ;\
32                    done;\
33            fi
34    
35  install: @INSTALL_PLATTFORM@  install: @INSTALL_PLATTFORM@
36          install -d $(DESTDIR)$(datadir)/$(APP)          install -d $(DESTDIR)$(datadir)/$(APP)

Legend:
Removed from v.153  
changed lines
  Added in v.154