no man yet

This commit is contained in:
Ben Gras 2005-04-22 15:53:24 +00:00
parent ae61a409bf
commit b67df8ba73

View file

@ -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) $@