Move ImportGpkg, ImportXml and ExportXml into their respective directories.
svn: r11946
This commit is contained in:
parent
5eb3f7e446
commit
a356c5aa7c
@ -13,7 +13,8 @@ pkgdata_PYTHON = \
|
|||||||
ExportGeneWeb.py \
|
ExportGeneWeb.py \
|
||||||
ExportPkg.py \
|
ExportPkg.py \
|
||||||
ExportVCalendar.py \
|
ExportVCalendar.py \
|
||||||
ExportVCard.py
|
ExportVCard.py \
|
||||||
|
ExportXml.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/export
|
pkgpyexecdir = @pkgpyexecdir@/plugins/export
|
||||||
pkgpythondir = @pkgpythondir@/plugins/export
|
pkgpythondir = @pkgpythondir@/plugins/export
|
||||||
|
@ -9,9 +9,11 @@ pkgdata_PYTHON = \
|
|||||||
ImportCsv.py \
|
ImportCsv.py \
|
||||||
ImportGedcom.py \
|
ImportGedcom.py \
|
||||||
ImportGeneWeb.py \
|
ImportGeneWeb.py \
|
||||||
|
ImportGpkg.py \
|
||||||
ImportGrdb.py \
|
ImportGrdb.py \
|
||||||
ImportProGen.py \
|
ImportProGen.py \
|
||||||
ImportVCard.py
|
ImportVCard.py \
|
||||||
|
ImportXml.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/plugins/import
|
pkgpyexecdir = @pkgpyexecdir@/plugins/import
|
||||||
pkgpythondir = @pkgpythondir@/plugins/import
|
pkgpythondir = @pkgpythondir@/plugins/import
|
||||||
|
Loading…
Reference in New Issue
Block a user