~ubuntu-branches/debian/sid/calligraplan/sid

« back to all changes in this revision

Viewing changes to src/Messages.sh

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2018-02-01 18:20:19 UTC
  • Revision ID: package-import@ubuntu.com-20180201182019-1qo7qaim5wejm5k9
Tags: upstream-3.1.0
ImportĀ upstreamĀ versionĀ 3.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
# Messages.sh files must have one instance of the line with:
 
3
# 'potfilename=<potfile>.pot'
 
4
# potfilename= must be at the start of the line and without spaces.
 
5
# It must refer to one pot file only.
 
6
# Release scripts rely on this.
 
7
potfilename=calligraplan.pot
 
8
 
 
9
source ../../kundo2_aware_xgettext.sh
 
10
 
 
11
# Note: Don't extract sub-directories: specifically not libs, workpackage and plugins.
 
12
$EXTRACTRC *.ui *.kcfg *.rc >> rc.cpp
 
13
kundo2_aware_xgettext $potfilename *.cpp about/*.cpp kptaboutdata.h
 
14
rm -f rc.cpp