48399325fc
svn: r19031
44 lines
771 B
INI
44 lines
771 B
INI
[install]
|
|
#prefix=/usr
|
|
#install_lib= /usr/lib/python2.6/dist-packages
|
|
#install_data= $prefix
|
|
#install_scripts=/usr/bin
|
|
record = log
|
|
|
|
[dist]
|
|
long-description = Gramps is an application...
|
|
|
|
[sdist]
|
|
formats = gztar zip
|
|
|
|
[bdist_rpm]
|
|
group = Applications
|
|
python = python2.6
|
|
packager =
|
|
doc_files = README INSTALL COPYING NEWS FAQ TODO
|
|
|
|
[bdist_msi]
|
|
#bdist-dir =
|
|
#dist-dir =
|
|
#install-script =
|
|
|
|
[extract_messages]
|
|
keywords = _, N_, gettext, ngettext, sgettext
|
|
mapping_file = babel.cfg
|
|
width = 80
|
|
output_file = po/messages.pot
|
|
|
|
[update_catalog]
|
|
output_dir = po
|
|
input_file = po/messages.pot
|
|
|
|
[compile_catalog]
|
|
domain = gramps
|
|
directory = po
|
|
#output_file = $prefix/share/locale/lang/LC_MESSAGES/gramps.mo
|
|
|
|
[init_catalog]
|
|
domain = gramps
|
|
input_file = po/messages.pot
|
|
#output_dir = po
|