Keep or lose MPW subdir

This commit is contained in:
Stan Shebs 1994-02-01 03:48:54 +00:00
parent e680d73781
commit 2323d13b5c
1 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,6 @@
# Sanitize.in for devo.
# $Id$
#
# .Sanitize for devo/include.
# Each directory to survive it's way into a release will need a file
# Each directory to survive its way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
@ -13,10 +11,16 @@
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this
# done in this directory.
Do-first:
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
keep_these_too="mpw"
else
lose_these_too="mpw"
fi
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize