From 5e13cc10b6c899fa143b76d4b312b7cdb2e39d08 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 21 May 2011 15:25:49 -0400 Subject: Fix example. Closes: #627534 --- dh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'dh') diff --git a/dh b/dh index 921ef55..50e0f14 100755 --- a/dh +++ b/dh @@ -240,16 +240,19 @@ L to test what is being built. For example: endif Finally, remember that you are not limited to using override targets in the -rules file when using B. You can also explicitly define any of the regular +rules file when using B. You can also explicitly define the regular rules file targets when it makes sense to do so. A common reason to do this -is if your package needs different B and B targets. For -example, a package with a long document build process can put it in -B to avoid build daemons redundantly building the documentation. +is if your package needs different B and B targets. +For example, a package with a long document build process can put it in +B. #!/usr/bin/make -f %: dh $@ + binary: binary-arch binary-indep ; + binary-arch:: build-arch + binary-indep:: build-indep build: build-arch build-indep ; build-indep: $(MAKE) docs -- cgit v1.2.1