From: Mark Andrews Date: Fri, 5 Mar 2004 03:10:55 +0000 (+0000) Subject: add targets docclean manclean X-Git-Tag: v9.4.0~55 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3c353d26cb54a353ed0c4b6490ef6b406b8bbe5c;p=thirdparty%2Fbind9.git add targets docclean manclean --- diff --git a/lib/bind/make/rules.in b/lib/bind/make/rules.in index de9016141c2..53821da219f 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"; \