]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add manclean and docclean targets.
authorMark Andrews <marka@isc.org>
Fri, 5 Mar 2004 02:49:34 +0000 (02:49 +0000)
committerMark Andrews <marka@isc.org>
Fri, 5 Mar 2004 02:49:34 +0000 (02:49 +0000)
lib/bind/make/rules.in

index 661fb77a5ffead2c2e07232a301ec7f4c527336b..d8370eb52fa616a91e43813446589c5784335440 100644 (file)
@@ -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.3.2.4 2004/02/24 02:32:16 marka Exp $
+# $Id: rules.in,v 1.3.2.5 2004/03/05 02:49:34 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"; \