Torsten Bronger wrote: > Hallöchen! > > I tried to create a new po/gajim-pot file, however, the responsible > Makefile expects .h files in data/glade. How can I get them? > > Tschö, > Torsten. > for i in `ls data/glade/*.glade`;do intltool-extract --type=gettext/glade $i done we should add that to the Makefile -- Yann