]> Zhao Yanbai Git Server - minix.git/commitdiff
no man yet
authorBen Gras <ben@minix3.org>
Fri, 22 Apr 2005 15:53:24 +0000 (15:53 +0000)
committerBen Gras <ben@minix3.org>
Fri, 22 Apr 2005 15:53:24 +0000 (15:53 +0000)
Makefile

index 092b7a69e98ebfa5b705df3d95cde40acf2adf5c..650714608f6c0448e26225bf56152b0b96186165 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ commands:
        @echo "Are the libraries up to date?"; sleep 2
        test ! -f commands/Makefile || { cd commands && $(MAKE); }
 
-install: 
+install::
        test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
 
 clean::
@@ -47,5 +47,5 @@ all install clean::
        cd boot && $(MAKE) $@
        test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
        cd tools && $(MAKE) $@
-       cd man && $(MAKE) $@
+       #cd man && $(MAKE) $@