File: Messages.sh

package info (click to toggle)
kcalutils 16.04.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 796 kB
  • ctags: 482
  • sloc: cpp: 6,922; python: 199; sh: 31; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
#! /bin/sh
scripts/extract_strings_ki18n.py `find templates -name \*.html` >> html.cpp
$EXTRACTRC *.kcfg *.ui >> rc.cpp
$XGETTEXT rc.cpp html.cpp src/*.cpp src/*.h -o $podir/libkcalutils5.pot
rm -f rc.cpp html.cpp