Diff of /trunk/data/Makefile.in

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

revision 24 by harbaum, Sat Jun 27 11:09:19 2009 UTC revision 25 by harbaum, Tue Jul 7 11:45:54 2009 UTC
# Line 2  APP = @PACKAGE@ Line 2  APP = @PACKAGE@
2  PREFIX = @prefix@  PREFIX = @prefix@
3  datadir = @datarootdir@  datadir = @datarootdir@
4    
5  LANGS = en_GB de_DE  LANGS = en_GB de_DE fi_FI
6    LANGS_HELP = en_GB de_DE
7    
8  all:  all:
9    
# Line 20  install-maemo: Line 21  install-maemo:
21          done          done
22          install -d $(DESTDIR)$(PREFIX)$(datadir)/icons/hicolor/scalable/hildon          install -d $(DESTDIR)$(PREFIX)$(datadir)/icons/hicolor/scalable/hildon
23          install -m 644 $(APP).64.png $(DESTDIR)$(PREFIX)$(datadir)/icons/hicolor/scalable/hildon/$(APP).png          install -m 644 $(APP).64.png $(DESTDIR)$(PREFIX)$(datadir)/icons/hicolor/scalable/hildon/$(APP).png
24          for LANG in $(LANGS); do \          for LANG in $(LANGS_HELP); do \
25                  install -d $(DESTDIR)$(PREFIX)/share/osso-help/$${LANG} ;\                  install -d $(DESTDIR)$(PREFIX)/share/osso-help/$${LANG} ;\
26                  install -m 644 ../help/$${LANG}/*.xml $(DESTDIR)$(PREFIX)/share/osso-help/$${LANG} ;\                  install -m 644 ../help/$${LANG}/*.xml $(DESTDIR)$(PREFIX)/share/osso-help/$${LANG} ;\
27          done          done

Legend:
Removed from v.24  
changed lines
  Added in v.25