diff --git a/Makefile b/Makefile index 2da5f6ab05d2944f82609d32f5372ea928d5e8a6..0cc3393ed7338038d86532714cf072e46a065eeb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 0.23 1991/09/15 09:53:48 linus Exp $ +# $Id: Makefile,v 0.24 1991/09/16 17:25:01 ceder Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -81,6 +81,7 @@ distribution: clean -$(RM) -r lyskom-$(SERVER-VER) mkdir lyskom-$(SERVER-VER) cp Config Build Makefile lyskom-$(SERVER-VER)/ + cp README-serverrelease lyskom-$(SERVER-VER)/README mkdir lyskom-$(SERVER-VER)/src cp src/Makefile lyskom-$(SERVER-VER)/src/ mkdir lyskom-$(SERVER-VER)/src/libraries