waf/demos/intltool
Damián Nohales 2459bee8af intltool: add style option to intltool_in
This allow to user to get abstracted about the passed intltool-merge
flags, so this code:

    bld(
        features = 'intltool_in',
        flags    = ['-d', '-q', '-u'],
        source   = 'myapp.desktop.in',
    )

Now is equivalent to:

    bld(
        features = 'intltool_in',
        style    = 'desktop',
        source   = 'myapp.desktop.in',
    )
2014-09-22 20:13:00 +02:00
..
data intltool: add style option to intltool_in 2014-09-22 20:13:00 +02:00
po Initial commit 2011-09-10 11:13:51 +02:00
.gitignore .gitignore's 2012-06-02 19:59:08 -04:00
wscript Initial commit 2011-09-10 11:13:51 +02:00