2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

omit doc/todo from distributions

This commit is contained in:
Andreas Gustafsson 2000-08-11 20:05:25 +00:00
parent f4ba768a60
commit 09fc73adf9

View File

@ -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.4 2000/08/11 19:58:19 gson Exp $
# $Id: kit.sh,v 1.5 2000/08/11 20:05:25 gson Exp $
# Make a release kit
#
@ -60,7 +60,7 @@ cd $topdir || exit 1
sh util/sanitize_all.sh
# Omit some files and directories from the kit.
rm -rf TODO conftools util doc/design doc/dev doc/expired doc/html bin/lwresd
rm -rf TODO conftools util doc/design doc/dev doc/expired doc/html doc/todo bin/lwresd
find . -name .cvsignore -print | xargs rm
cd .. || exit 1