Skip to content
Snippets Groups Projects
Commit 44151756 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Create man pages correctly in the distribution.

parent 5dedb9cd
No related branches found
No related tags found
No related merge requests found
Sat Sep 21 03:23:30 1991 Per Cederqvist (ceder at lysator) 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). * INSTALL: Told about how to select the port (/etc/services).
Fri Sep 20 20:18:02 1991 Per Cederqvist (ceder at lysator) Fri Sep 20 20:18:02 1991 Per Cederqvist (ceder at lysator)
......
# #
# $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. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -92,7 +92,6 @@ distribution: distclean ...@@ -92,7 +92,6 @@ distribution: distclean
do \ do \
cp doc/$$i lyskom-$(SERVER-VER)/doc/$i; \ cp doc/$$i lyskom-$(SERVER-VER)/doc/$i; \
done done
mkdir lyskom-$(SERVER-VER)/doc/man
cp -r doc/man lyskom-$(SERVER-VER)/doc/man cp -r doc/man lyskom-$(SERVER-VER)/doc/man
cp -r config lyskom-$(SERVER-VER)/config cp -r config lyskom-$(SERVER-VER)/config
cp -r scripts lyskom-$(SERVER-VER)/scripts cp -r scripts lyskom-$(SERVER-VER)/scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment