File: part.make

package info (click to toggle)
dgit 12.16
  • links: PTS, VCS
  • area: main
  • in suites: trixie-proposed-updates
  • size: 3,368 kB
  • sloc: perl: 13,443; sh: 6,466; python: 334; makefile: 324; tcl: 69
file content (16 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PARTS += ~
POTS += .~.pot

mo/~.pot: .~.pot .common.pot
	$S mkdir -p mo
	$S msgcat $^ $o

mo/~_%.po: %.po mo/~.pot
	$S cp $*.po $@.tmp
	$S msgmerge --quiet --previous $@.tmp mo/~.pot -o $@.tmp
	$S $f

.PRECIOUS: mo/~.pot mo/~_%.po

# (end of part.make)
# dependencies of .~.pot will follow (from sed)