From 1f75bb04c13060de98d38208c11e891327b9fd63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr>
Date: Sun, 13 Jan 2019 20:55:38 +0100
Subject: [PATCH] move scripts to the scripts/ directory
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jean-No챘l Avila <jn.avila@free.fr>
---
 Makefile                                           | 6 +++---
 create_po4a_conf.sh => scripts/create_po4a_conf.sh | 0
 update-sources.sh => scripts/update-sources.sh     | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename create_po4a_conf.sh => scripts/create_po4a_conf.sh (100%)
 rename update-sources.sh => scripts/update-sources.sh (100%)

diff --git a/Makefile b/Makefile
index 95ee24a..e1029be 100644
--- a/Makefile
+++ b/Makefile
@@ -15,15 +15,15 @@ ifndef V
 endif
 endif
 
-po4a.conf: create_po4a_conf.sh sources.txt
-	./create_po4a_conf.sh
+po4a.conf: scripts/create_po4a_conf.sh sources.txt
+	./scripts/create_po4a_conf.sh
 
 po4a-stamp: po4a.conf $(EN_SOURCES) $(LANGUAGE_PO) Makefile
 	$(QUIET_PO4A)PERL5LIB=./po4a/lib po4a/po4a -v po4a.conf
 	@touch $@
 
 update-sources:
-	./update-sources.sh
+	./scripts/update-sources.sh
 
 define MAKE_TARGET
 
diff --git a/create_po4a_conf.sh b/scripts/create_po4a_conf.sh
similarity index 100%
rename from create_po4a_conf.sh
rename to scripts/create_po4a_conf.sh
diff --git a/update-sources.sh b/scripts/update-sources.sh
similarity index 100%
rename from update-sources.sh
rename to scripts/update-sources.sh
-- 
GitLab