File: SConstruct

package info (click to toggle)
openoffice-python 1%3A0.1%2B20110209-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 236 kB
  • sloc: python: 952; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- mode: python ; coding: utf-8 -*-
#
# Build requirements
# - inkscape

import os

env = Environment()
env.SConsignFile()

# create PNG projectlogo for project homepage
env.Command('projectlogo.png', 'projectlogo.svg',
            'inkscape -z -f $SOURCE -e $TARGET --export-height=100')