comment fix
[deliverable/binutils-gdb.git] / readline / .Sanitize
index 148682a506c98fd44c446008379ec05bb776c8a6..cfdbe54174a186e52701c4251d96255e2cab05af 100644 (file)
@@ -1,8 +1,6 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/readline.
 
-# 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:
 
-echo Sanitizing `pwd`...
-
 # 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
@@ -30,43 +26,46 @@ Things-to-keep:
 COPYING
 ChangeLog
 Makefile.in
+bind.c
 chardefs.h
+complete.c
 config
-config.sub
-configure
+configure.bat
 configure.in
+display.c
+doc
 emacs_keymap.c
+examples
 funmap.c
 history.c
 history.h
-history.texinfo
-inc-history.texinfo
-inc-readline.texinfo
+isearch.c
 keymaps.c
 keymaps.h
+parens.c
 readline.c
 readline.h
-readline.texinfo
+rldefs.h
+rltty.c
+search.c
+signals.c
+sysdep-aix.h
+sysdep-cxux7.h
+sysdep-irix.h
+sysdep-linux.h
+sysdep-norm.h
+sysdep-obsd.h
+sysdep-sco.h
+sysdep-sysv4.h
+tilde.c
+tilde.h
 vi_keymap.c
 vi_mode.c
+xmalloc.c
 
-Do-last:
+Things-to-lose:
 
-echo Done in `pwd`.
 
-#
-#
-# $Log$
-# Revision 1.3  1991/09/17 08:21:58  grossman
-# Add config directory.
-#
-# Revision 1.2  1991/08/22  09:02:14  gnu
-# add config.sub
-#
-# Revision 1.1  1991/05/23  17:44:08  rich
-# Initial revision
-#
-#
-#
+Do-last:
 
 # End of file.
This page took 0.023805 seconds and 4 git commands to generate.