From 5ae9f75dedbddf102a0e5c0934ded7294a362ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 17 Aug 2010 08:16:24 +0000 Subject: [PATCH] Slovenian Date et Relationships handlers (by Bernard Banko) svn: r15761 --- src/DateHandler/Makefile.am | 1 + src/plugins/rel/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/DateHandler/Makefile.am b/src/DateHandler/Makefile.am index 1ddcce889..f6c903408 100644 --- a/src/DateHandler/Makefile.am +++ b/src/DateHandler/Makefile.am @@ -22,6 +22,7 @@ pkgdata_PYTHON = \ _Date_pt.py\ _Date_ru.py\ _Date_sk.py\ + _Date_sl.py\ _Date_sr.py\ _Date_sv.py\ _DateDisplay.py\ diff --git a/src/plugins/rel/Makefile.am b/src/plugins/rel/Makefile.am index 8236d91c5..e170b14d8 100644 --- a/src/plugins/rel/Makefile.am +++ b/src/plugins/rel/Makefile.am @@ -21,7 +21,8 @@ pkgdata_PYTHON = \ rel_pl.py\ rel_pt.py\ rel_ru.py\ - rel_sk.py\ + rel_sk.py\ + rel_sl.py\ rel_sv.py pkgpyexecdir = @pkgpyexecdir@/plugins/rel