From 544b225a44aacc1be0ce25b248c72649073345f2 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 3 May 2005 08:48:26 +0000 Subject: [PATCH] Added man 'making' --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0efd85852..8fd924774 100755 --- a/Makefile +++ b/Makefile @@ -48,5 +48,6 @@ all install clean:: cd boot && $(MAKE) $@ test ! -f commands/Makefile || { cd commands && $(MAKE) $@; } cd tools && $(MAKE) $@ - #cd man && $(MAKE) $@ + cd servers && $(MAKE) $@ + cd man && $(MAKE) $@ -- 2.44.0