From 0317291aca59419e2344a3ebafd53fb750de7b91 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 8 Nov 2021 10:33:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EScripte/Makefile=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makefile verbessert --- Scripte/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripte/Makefile b/Scripte/Makefile index a36f40b..a751c35 100644 --- a/Scripte/Makefile +++ b/Scripte/Makefile @@ -2,7 +2,7 @@ SVN_ROOT=/raid/svn TMP_DIR=/tmp EMAIL_DOMAIN=ugn-umwelttechnik.de -default: users.map convert-all +default: convert-all clean: @echo Räume auf… @@ -55,7 +55,7 @@ projects.list: @echo Nachbearbeitung der Projektliste… @sed -i "s|/$$||g" projects.list -convert-all: projects.list +convert-all: users.map projects.list @emacs projects.list @echo Konvertiere alle Projekte aus projects.list @while read LINE; do \