From 3c353d26cb54a353ed0c4b6490ef6b406b8bbe5c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 5 Mar 2004 03:10:55 +0000 Subject: [PATCH] add targets docclean manclean --- lib/bind/make/rules.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bind/make/rules.in b/lib/bind/make/rules.in index de9016141c..53821da219 100644 --- a/lib/bind/make/rules.in +++ b/lib/bind/make/rules.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.7 2004/02/24 01:37:41 marka Exp $ +# $Id: rules.in,v 1.8 2004/03/05 03:10:55 marka Exp $ ### ### Common Makefile rules for BIND 9. @@ -72,7 +72,7 @@ subdirs: fi \ done -install clean distclean:: +install clean distclean docclean manclean:: @for i in ${ALL_SUBDIRS}; do \ if [ "$$i" != "nulldir" -a -d $$i ]; then \ echo "making $@ in `pwd`/$$i"; \