From 6e8a02d5d3a845ca1768e92c88bdc0a4da47f95b Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 19 Jan 2001 22:02:48 +0000 Subject: [PATCH] take recent moves of man pages into account --- util/kit.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/util/kit.sh b/util/kit.sh index 3438759c62..e0b6a890bd 100644 --- a/util/kit.sh +++ b/util/kit.sh @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: kit.sh,v 1.15 2001/01/09 22:00:50 bwelling Exp $ +# $Id: kit.sh,v 1.16 2001/01/19 22:02:48 gson Exp $ # Make a release kit # @@ -90,10 +90,16 @@ fi sh util/sanitize_all.sh # Omit some files and directories from the kit. +# +# Some of these directories (doc/html, doc/man...) no longer +# contain any files and should therefore be absent in the +# checked-out tree, but they did exist at some point and +# we still delete them from releases just in case something +# gets accidentally resurrected. rm -rf TODO conftools util doc/design doc/dev doc/expired \ - doc/html doc/todo doc/private bin/lwresd doc/man/ctoman \ - doc/man/isc doc/man/bin/resolver.5 \ + doc/html doc/todo doc/private bin/lwresd doc/man \ + lib/lwres/man/resolver.5 \ bin/tests/system/relay lib/cfg find . -name .cvsignore -print | xargs rm