~sil2100/reminders-app/empty_commit

« back to all changes in this revision

Viewing changes to po/CMakeLists.txt

Don't always build translations

Also renames the target to "translations"

Do "make translations" to update them before doing a release.

Approved by Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
set(POT_FILE ${DOMAIN}.pot)
6
6
file(GLOB PO_FILES *.po)
7
7
 
8
 
add_custom_target(${POT_FILE} ALL
 
8
add_custom_target(pot
9
9
    COMMENT "Generating translation template"
10
10
    COMMAND ${INTLTOOL_EXTRACT} --update --type=gettext/ini
11
11
        --srcdir=${CMAKE_SOURCE_DIR} ${DESKTOP_FILE}.in.in