]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Make %docs depend on scripts_basic
authorAndrew Morton <akpm@osdl.org>
Mon, 12 Apr 2004 08:05:14 +0000 (01:05 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 12 Apr 2004 08:05:14 +0000 (01:05 -0700)
From: Sam Ravnborg <sam@ravnborg.org>

From: Herbert Xu <herbert@gondor.apana.org.au>

It seems that the %docs targets only needs scripts_basic.  The following
patch does just that.  This removes its dependency on the existence of a
.config file.

Makefile

index c2510128ce143018cc035a5bee993b86830e99a7..944fee10b7050bcca007c10eeade44c28f391866 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -945,7 +945,7 @@ help:
 
 # Documentation targets
 # ---------------------------------------------------------------------------
-%docs: scripts FORCE
+%docs: scripts_basic FORCE
        $(Q)$(MAKE) $(build)=Documentation/DocBook $@
 
 # Scripts to check various things for consistency