diff --git a/ChangeLog b/ChangeLog index 30708cab55aa562e39eef5cf3efaf43126c37699..965e4437664b339d007fc84cc2e3741e59abef1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Mon Sep 16 19:20:12 1991 Per Cederqvist (ceder at lysator) + * Makefile: Added COPYING. + * Makefile: Added README-serverrelease. * INSTALL: Ber{ttade om tmp-limits.h. diff --git a/Makefile b/Makefile index 0cc3393ed7338038d86532714cf072e46a065eeb..d54f7187d0e3291a4db88423519d7eee7591ed6a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 0.24 1991/09/16 17:25:01 ceder Exp $ +# $Id: Makefile,v 0.25 1991/09/16 19:41:06 ceder Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -80,8 +80,8 @@ distribution: clean find . -name '#*#' -print -$(RM) -r lyskom-$(SERVER-VER) mkdir lyskom-$(SERVER-VER) - cp Config Build Makefile lyskom-$(SERVER-VER)/ cp README-serverrelease lyskom-$(SERVER-VER)/README + cp COPYING Config Build Makefile lyskom-$(SERVER-VER)/ mkdir lyskom-$(SERVER-VER)/src cp src/Makefile lyskom-$(SERVER-VER)/src/ mkdir lyskom-$(SERVER-VER)/src/libraries