From 52fed24329fb9c86fa45dfb9b42d7facfbc78e6f Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Tue, 10 Sep 1991 15:58:52 +0000 Subject: [PATCH] Print all auto-save files when doing a distribution. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 432d0ae2b..bc5dac320 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ clean: depend: $(INCLUDEDIR) $(INCLUDEDIR)/m-config.h msg includes distribution: clean + find . -name #\*# -print -$(RM) -r lyskom-$(SERVER-VER) mkdir lyskom-$(SERVER-VER) cp Config Build Makefile lyskom-$(SERVER-VER)/ -- GitLab