diff --git a/Makefile b/Makefile
index 95ee24a3912dd7bef5fc6b742e5085123c9248bc..e1029be39503fd4eb6cf32a42631e57633b83bd3 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