[PATCH] Make %docs depend on scripts_basic

From: Herbert Xu
Date: Tue Apr 06 2004 - 06:27:16 EST


Hi:

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.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: Makefile
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- a/Makefile 5 Apr 2004 10:54:11 -0000 1.12
+++ b/Makefile 6 Apr 2004 11:14:09 -0000 1.13
@@ -945,7 +945,7 @@

# Documentation targets
# ---------------------------------------------------------------------------
-%docs: scripts FORCE
+%docs: scripts_basic FORCE
$(Q)$(MAKE) $(build)=Documentation/DocBook $@

# Scripts to check various things for consistency