]> Zhao Yanbai Git Server - minix.git/commitdiff
Added man 'making'
authorBen Gras <ben@minix3.org>
Tue, 3 May 2005 08:48:26 +0000 (08:48 +0000)
committerBen Gras <ben@minix3.org>
Tue, 3 May 2005 08:48:26 +0000 (08:48 +0000)
Makefile

index 0efd858526626561930b820728dccea8a5183289..8fd9247741b7bbf0117a7a94ab178545004fdf6f 100755 (executable)
--- 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) $@