Commit 70997f6a authored by claes's avatar claes

License texts added

parent 015e683f
......@@ -14,7 +14,9 @@ endif
-include ../special.mk
-include special.mk
copy : $(exe_dir)/en_us/xtt_lng.dat $(exe_dir)/sv_se/xtt_lng.dat
copy : $(exe_dir)/en_us/xtt_lng.dat $(exe_dir)/sv_se/xtt_lng.dat \
$(exe_dir)/en_us/acceptlicense.txt $(exe_dir)/sv_se/acceptlicense.txt \
$(exe_dir)/en_us/license.txt $(exe_dir)/sv_se/license.txt
$(exe_dir)/en_us/xtt_lng.dat : $(pwre_sroot)/mmi/xtt/en_us/xtt_lng.dat
......@@ -25,4 +27,20 @@ $(exe_dir)/sv_se/xtt_lng.dat : $(pwre_sroot)/mmi/xtt/sv_se/xtt_lng.dat
@ $(log_h_h)
@ $(cp) $(cpflags) $(source) $(target)
$(exe_dir)/en_us/acceptlicense.txt : $(pwre_sroot)/mmi/xtt/en_us/acceptlicense.txt
@ $(log_h_h)
@ $(cp) $(cpflags) $(source) $(target)
$(exe_dir)/sv_se/acceptlicense.txt : $(pwre_sroot)/mmi/xtt/sv_se/acceptlicense.txt
@ $(log_h_h)
@ $(cp) $(cpflags) $(source) $(target)
$(exe_dir)/en_us/license.txt : $(pwre_sroot)/mmi/xtt/en_us/license.txt
@ $(log_h_h)
@ $(cp) $(cpflags) $(source) $(target)
$(exe_dir)/sv_se/license.txt : $(pwre_sroot)/mmi/xtt/sv_se/license.txt
@ $(log_h_h)
@ $(cp) $(cpflags) $(source) $(target)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment