File: wscript_build

package info (click to toggle)
xiphos 4.0.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,288 kB
  • ctags: 4,500
  • sloc: ansic: 29,213; cpp: 13,069; python: 12,734; xml: 3,170; sh: 39; makefile: 36
file content (13 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/env python
# encoding: utf-8

bld.install_files('${PACKAGE_DATA_DIR}', '*.png')
bld.install_files('${PACKAGE_DATA_DIR}', '*.glade')
bld.install_files('${PACKAGE_DATA_DIR}', '*.gtkbuilder')
bld.install_files('${PACKAGE_DATA_DIR}', '*.ui')
bld.install_files('${PACKAGE_DATA_DIR}', """
languages
editor_studypad.xml
editor_note.xml
editor_link_dialog.xml
""")