update translations template; update french translation; try to fix maps folder installation
svn: r17513
This commit is contained in:
parent
15cd010b34
commit
1a7b066a0b
802
po/gramps.pot
802
po/gramps.pot
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/maps
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib/maps
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
constants.py\
|
||||
@ -6,13 +6,13 @@ pkgdata_PYTHON = \
|
||||
grampsmaps.py\
|
||||
__init__.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/maps
|
||||
pkgpythondir = @pkgpythondir@/maps
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/lib/maps
|
||||
pkgpythondir = @pkgpythondir@/plugins/lib/maps
|
||||
|
||||
# Clean up all the byte-compiled files
|
||||
MOSTLYCLEANFILES = *pyc *pyo
|
||||
|
||||
GRAMPS_PY_MODPATH = "../"
|
||||
GRAMPS_PY_MODPATH = "../../:../view"
|
||||
|
||||
pycheck:
|
||||
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \
|
||||
|
Loading…
Reference in New Issue
Block a user