Tue Dec 22 10:07:58 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
[external/binutils.git] / readline / .Sanitize
1 # .Sanitize for devo/readline.
2
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize".  All keyword lines must exist,
5 # and must exist in the order specified by this file.  Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done.  Blank lines will also be squashed
10 # out.
11
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this directory. 
15
16 Do-first:
17
18 # All files listed between the "Things-to-keep:" line and the
19 # "Files-to-sed:" line will be kept.  All other files will be removed.
20 # Directories listed in this section will have their own Sanitize
21 # called.  Directories not listed will be removed in their entirety
22 # with rm -rf.
23
24 Things-to-keep:
25
26 CHANGELOG
27 CHANGES
28 COPYING
29 ChangeLog
30 INSTALL
31 MANIFEST
32 MANIFEST.doc
33 Makefile.in
34 README
35 acconfig.h
36 aclocal.m4
37 ansi_stdlib.h
38 bind.c
39 callback.c
40 chardefs.h
41 complete.c
42 config.h.in
43 configure
44 configure.in
45 display.c
46 doc
47 emacs_keymap.c
48 examples
49 funmap.c
50 histexpand.c
51 histfile.c
52 histlib.h
53 history.c
54 history.h
55 histsearch.c
56 input.c
57 isearch.c
58 keymaps.c
59 keymaps.h
60 kill.c
61 macro.c
62 nls.c
63 parens.c
64 posixdir.h
65 posixjmp.h
66 posixstat.h
67 readline.c
68 readline.h
69 rlconf.h
70 rldefs.h
71 rltty.c
72 rltty.h
73 rlwinsize.h
74 search.c
75 shell.c
76 signals.c
77 support
78 tcap.h
79 terminal.c
80 tilde.c
81 tilde.h
82 undo.c
83 util.c
84 vi_keymap.c
85 vi_mode.c
86 xmalloc.c
87
88 Things-to-lose:
89
90
91 Do-last:
92
93 # End of file.