File: Makefile

package info (click to toggle)
tinyerp-client 3.4.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,832 kB
  • ctags: 1,024
  • sloc: python: 7,566; sh: 2,253; makefile: 81
file content (18 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LANG=fr
PYTHON_FILES=$(shell find -name "*py")
PYTHONC_FILES=$(shell find -name "*pyc")

all:

clean:
	rm -f bin/*bak $(PYTHONC_FILES)
	rm -f bin/terp.gladep

translate_get:
	xgettext -k_ -kN_ -o bin/po/terp-msg.pot $(PYTHON_FILES) bin/terp.glade

translate_set2:
	msgfmt bin/po/fr.po -o bin/po/fr/LC_MESSAGES/terp.mo

translate_set:
	msgfmt bin/po/al.po -o bin/po/al/LC_MESSAGES/terp.mo