Move all relationship calculator translators into plugins/rel.
svn: r11632
This commit is contained in:
parent
a6fa59cc35
commit
ec7ded54c6
@ -307,19 +307,6 @@ src/plugins/RebuildRefMap.py
|
||||
src/plugins/Records.py
|
||||
src/plugins/References.py
|
||||
src/plugins/RelCalc.py
|
||||
src/plugins/rel_da.py
|
||||
src/plugins/rel_de.py
|
||||
src/plugins/rel_es.py
|
||||
src/plugins/rel_fi.py
|
||||
src/plugins/rel_fr.py
|
||||
src/plugins/rel_hu.py
|
||||
src/plugins/rel_it.py
|
||||
src/plugins/rel_no.py
|
||||
src/plugins/rel_pt.py
|
||||
src/plugins/rel_ru.py
|
||||
src/plugins/rel_sk.py
|
||||
src/plugins/rel_sv.py
|
||||
src/plugins/rel_pl.py
|
||||
src/plugins/RemoveUnused.py
|
||||
src/plugins/ReorderIds.py
|
||||
src/plugins/SameSurnames.py
|
||||
@ -333,6 +320,23 @@ src/plugins/Verify.py
|
||||
src/plugins/WebCal.py
|
||||
src/plugins/WhatsNext.py
|
||||
|
||||
# plugins/rel directory
|
||||
src/plugins/rel/rel_cs.py
|
||||
src/plugins/rel/rel_da.py
|
||||
src/plugins/rel/rel_de.py
|
||||
src/plugins/rel/rel_es.py
|
||||
src/plugins/rel/rel_fi.py
|
||||
src/plugins/rel/rel_fr.py
|
||||
src/plugins/rel/rel_hu.py
|
||||
src/plugins/rel/rel_it.py
|
||||
src/plugins/rel/rel_nl.py
|
||||
src/plugins/rel/rel_no.py
|
||||
src/plugins/rel/rel_pl.py
|
||||
src/plugins/rel/rel_pt.py
|
||||
src/plugins/rel/rel_ru.py
|
||||
src/plugins/rel/rel_sk.py
|
||||
src/plugins/rel/rel_sv.py
|
||||
|
||||
# PluginUtils package
|
||||
src/PluginUtils/_GuiOptions.py
|
||||
src/PluginUtils/_Options.py
|
||||
|
@ -3,6 +3,9 @@
|
||||
# but that is not necessarily portable.
|
||||
# If not using GNU make, then list all .py files individually
|
||||
|
||||
SUBDIRS = \
|
||||
rel
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user