File: wscript_build

package info (click to toggle)
xiphos 3.2.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,740 kB
  • ctags: 5,220
  • sloc: ansic: 28,393; cpp: 17,549; python: 12,746; xml: 3,107; perl: 64; sh: 36; makefile: 35
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
""")