Move all relationship calculator translators into plugins/rel.

svn: r11632
This commit is contained in:
Brian Matherly 2009-01-16 16:46:40 +00:00
parent a6fa59cc35
commit ec7ded54c6
17 changed files with 20 additions and 13 deletions

View File

@ -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

View File

@ -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 = \