~pieq/checkbox/fix-1576570-stress-test-progress-log

« back to all changes in this revision

Viewing changes to checkbox-touch/Makefile

  • Committer: Sylvain Pineau
  • Author(s): Maciej Kisielewski
  • Date: 2016-07-11 07:12:43 UTC
  • mfrom: (4425.1.4 launchpad/migrate-from-make)
  • Revision ID: sylvain_pineau-20160711071243-6z3cn3vthcfg0c06
"automatic merge of lp:~kissiel/checkbox/migrate-from-make/ by tarmac [r=][bug=][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        /usr/bin/qmlscene $@ checkbox-touch.qml
41
41
 
42
42
build-translations: $(MO_FILES)
43
 
        echo $(MO_FILES)
 
43
        @echo "\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
 
44
        @echo "Use of this Makefile for i18n tasks is deprecated"
 
45
        @echo "./build-me will build translations for you automatically"
 
46
        @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"
 
47
        @echo $(MO_FILES)
44
48
 
45
49
po:
46
50
        mkdir -p $(CURDIR)/po
47
51
 
48
52
po/checkbox-touch.pot: $(QMLJS_FILES) $(PY_FILES) | po
 
53
        @echo "\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
 
54
        @echo "Use of this Makefile for i18n tasks is deprecated"
 
55
        @echo "Use ./build-me --update-potfile instead"
 
56
        @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"
49
57
        xgettext -o po/checkbox-touch.pot --qt --c++ --add-comments=TRANSLATORS --keyword=tr --keyword=tr:1,2 $(QMLJS_FILES) --from-code=UTF-8
50
58
        xgettext -o po/checkbox-touch.pot --join-existing --language=python --add-comments=TRANSLATORS --keyword=_ --keyword=N_ $(PY_FILES)
51
59