File: part.make

package info (click to toggle)
dgit 13.19
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,084 kB
  • sloc: perl: 13,953; sh: 7,268; makefile: 340; python: 334; tcl: 69
file content (16 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (9)
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)