File: SConscript

package info (click to toggle)
linuxdcpp 1.1.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 4,492 kB
  • ctags: 4,874
  • sloc: cpp: 34,798; python: 235; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-

Import('env')

glade_files = env.Glob('*.glade')

pot_file = env.PotBuild(source=glade_files, target='po/glade.pot', LANGUAGE='glade')

Return('pot_file')