diff --git a/ChangeLog b/ChangeLog index ee455081c3c97bd01ef41d5114189247d89bb48f..9e9d1ca58a22e23d86be600cfec6b39c6058dc0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Sat Sep 21 03:23:30 1991 Per Cederqvist (ceder at lysator) + * Makefile (distribution): Copy the man pages to doc/man, not + doc/man/man. + * INSTALL: Told about how to select the port (/etc/services). Fri Sep 20 20:18:02 1991 Per Cederqvist (ceder at lysator) diff --git a/Makefile b/Makefile index b99c054c6e9f19db0c3147ca64be6685e2867fdf..8e5f3304ebdc423f4219c8f3eadc0acfeba4ac8f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 0.29 1991/09/21 02:02:28 ceder Exp $ +# $Id: Makefile,v 0.30 1991/09/21 03:03:12 ceder Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -92,7 +92,6 @@ distribution: distclean do \ cp doc/$$i lyskom-$(SERVER-VER)/doc/$i; \ done - mkdir lyskom-$(SERVER-VER)/doc/man cp -r doc/man lyskom-$(SERVER-VER)/doc/man cp -r config lyskom-$(SERVER-VER)/config cp -r scripts lyskom-$(SERVER-VER)/scripts