5 PY
= $(shell find zeroinstall
-name
'*.py')
6 GLADE
= $(shell find zeroinstall
-name
'*.glade' | sed
-e
's/.glade/&.h/')
9 $(PYTHON
) setup.py build
12 $(PYTHON
) setup.py
install
15 intltool-extract
--type
=gettext
/glade
--update
"$<"
17 locale
/zero-install.pot
: $(PY
) $(GLADE
)
18 xgettext
--language
=Python
--output
=$@
--keyword
=_
--keyword
=N_
$^