~vcs-imports/mayanna/trunk

« back to all changes in this revision

Viewing changes to mayanna/sexy/gen-defs.sh

  • Committer: seiflotfy
  • Date: 2008-04-09 23:20:00 UTC
  • Revision ID: vcs-imports@canonical.com-20080409232000-qpgm81uu4kucnvs6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
LIBSEXYDIR="./libsexy"
 
4
python `pkg-config pygtk-2.0 --variable=codegendir`/h2def.py \
 
5
$LIBSEXYDIR/{sexy-icon-entry.h,sexy-tooltip.h} \
 
6
> sexy.defs
 
7