From daec447599f2eaf0bf3c8036492fd800e57004f5 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 26 Oct 2018 14:42:28 +0200
Subject: [PATCH] add strings extraction target

---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index e07362f..6d58f38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,3 +19,6 @@ EXTRA_DIST = \
 	t/edugain.xml \
 	t/lib.pm \
 	$(TESTS)
+
+extract:
+	xgettext.pl -D lib -D templates --plugin 'perl=*'
-- 
GitLab