Keep or lose MPW subdir
authorStan Shebs <shebs@codesourcery.com>
Tue, 1 Feb 1994 03:48:54 +0000 (03:48 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 1 Feb 1994 03:48:54 +0000 (03:48 +0000)
include/.Sanitize

index 8959c33..5930f76 100644 (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.
 
 # 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