projects
/
openoffice-python:openoffice-python.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merged packages openoffice.interact into openoffice. Renamed package to openoffice...
[openoffice-python:openoffice-python.git]
/
SConstruct
1
# -*- mode: python ; coding: utf-8 -*-
2
#
3
# Build requirements
4
# - inkscape
5
6
import os
7
8
env = Environment()
9
env.SConsignFile()
10
11
# create PNG projectlogo for project homepage
12
env.Command('projectlogo.png', 'projectlogo.svg',
13
'inkscape -z -f $SOURCE -e $TARGET --export-height=100')