From 59563a18b7d83c3de5bb4b57f41fb4c0f9162cd0 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 9 Jan 2001 21:28:28 +0000 Subject: [PATCH] added 'make distclean' support for doc/arm --- configure | 4 +++- configure.in | 3 ++- doc/Makefile.in | 4 ++-- doc/arm/Makefile.in | 25 +++++++++++++++++++++++++ 4 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 doc/arm/Makefile.in diff --git a/configure b/configure index 0f6a5e276a..814d26c57a 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# From configure.in Revision: 1.209 +# From configure.in Revision: 1.210 ## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*- ## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc. @@ -5054,6 +5054,7 @@ trap 'rm -fr `echo "make/rules bin/tests/headerdep_test.sh bin/dnssec/Makefile doc/Makefile + doc/arm/Makefile doc/arm/catalog doc/arm/nominum-docbook-html.dsl doc/arm/validate.sh @@ -5304,6 +5305,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules bin/tests/headerdep_test.sh bin/dnssec/Makefile doc/Makefile + doc/arm/Makefile doc/arm/catalog doc/arm/nominum-docbook-html.dsl doc/arm/validate.sh diff --git a/configure.in b/configure.in index 81e9e1edb0..1900e776dc 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.209 $) +AC_REVISION($Revision: 1.210 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -1341,6 +1341,7 @@ AC_OUTPUT( bin/tests/headerdep_test.sh bin/dnssec/Makefile doc/Makefile + doc/arm/Makefile doc/arm/catalog doc/arm/nominum-docbook-html.dsl doc/arm/validate.sh diff --git a/doc/Makefile.in b/doc/Makefile.in index b0168bd99f..52b58a10cd 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.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: Makefile.in,v 1.1 2000/12/01 02:12:28 gson Exp $ +# $Id: Makefile.in,v 1.2 2001/01/09 21:28:14 gson Exp $ # This Makefile is a placeholder. It exists merely to make # sure that its directory gets created in the object directory @@ -23,7 +23,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ -SUBDIRS = +SUBDIRS = arm TARGETS = @BIND9_MAKE_RULES@ diff --git a/doc/arm/Makefile.in b/doc/arm/Makefile.in new file mode 100644 index 0000000000..1538e94d21 --- /dev/null +++ b/doc/arm/Makefile.in @@ -0,0 +1,25 @@ +# Copyright (C) 1998-2000 Internet Software Consortium. +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM +# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING +# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +# $Id: Makefile.in,v 1.1 2001/01/09 21:28:15 gson Exp $ + +srcdir = @srcdir@ +VPATH = @srcdir@ +top_srcdir = @top_srcdir@ + +@BIND9_MAKE_RULES@ + +distclean:: + rm -f catalog genhtml.sh nominum-docbook-html.dsl validate.sh