File: getpot

package info (click to toggle)
cupt 2.10.3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,104 kB
  • sloc: cpp: 23,604; perl: 1,524; sh: 40; makefile: 19
file content (9 lines) | stat: -rwxr-xr-x 403 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh
cd ../cpp && \
xgettext -k__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2 -kN__ \
	--keyword=loggedFatal2:4 --from-code=UTF-8 \
	--language='C++' --copyright-holder='Eugene V. Lyubimkin' \
	--package-name='cupt' --msgid-bugs-address="cupt-devel@lists.alioth.debian.org" \
	--output='../po/messages.pot' \
	`find console downloadmethods lib  -type f -name "*.cpp" -or -name "*.tpp" -or -name ".hpp"`