File: linux.mak

package info (click to toggle)
svn-workbench 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,164 kB
  • ctags: 2,111
  • sloc: python: 15,849; sh: 236; makefile: 11; ansic: 9
file content (11 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#
#	makefile WorkBench
#
all: locale/en/LC_MESSAGES/pysvn_workbench.mo wb_version.py wb_images.py

locale/en/LC_MESSAGES/pysvn_workbench.mo: wb_version.py wb_images.py
	./make-pot-file.sh
	./make-po-file.sh en
	./make-mo-files.sh locale

include wb_common.mak