add targets docclean manclean

This commit is contained in:
Mark Andrews 2004-03-05 03:10:55 +00:00
parent d887c4cc01
commit 3c353d26cb

View 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.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"; \