Add "docs" as a descendable directory (at the end)
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 04:57:55 +0000 (04:57 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 04:57:55 +0000 (04:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18328 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index d2a4fbf0224f7bbe84d100d26cc62f4ca0e0832d..9ed030e7fbdcefb69660bac3d1fc14a242d5b2f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LEVEL = .
 DIRS = lib/System lib/Support utils lib tools 
 
 ifneq ($(MAKECMDGOALS),tools-only)
-DIRS += runtime
+DIRS += runtime docs
 OPTIONAL_DIRS = examples projects
 endif
 
@@ -44,7 +44,7 @@ dist-hook::
          $(TopDistDir)/include/llvm/Support/ThreadSupport.h
 
 check :: 
-       cd test; $(MAKE) 
+       $(MAKE) -C test
 
 tools-only: all