new dir cross-build needs to be kept.
[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.bot
43 config.h.in
44 configure
45 configure.in
46 cross-build
47 display.c
48 doc
49 emacs_keymap.c
50 examples
51 funmap.c
52 histexpand.c
53 histfile.c
54 histlib.h
55 history.c
56 history.h
57 histsearch.c
58 input.c
59 isearch.c
60 keymaps.c
61 keymaps.h
62 kill.c
63 macro.c
64 nls.c
65 parens.c
66 posixdir.h
67 posixjmp.h
68 posixstat.h
69 readline.c
70 readline.h
71 rlconf.h
72 rldefs.h
73 rltty.c
74 rltty.h
75 rlwinsize.h
76 search.c
77 shell.c
78 signals.c
79 support
80 tcap.h
81 terminal.c
82 tilde.c
83 tilde.h
84 undo.c
85 util.c
86 vi_keymap.c
87 vi_mode.c
88 xmalloc.c
89
90 Things-to-lose:
91
92
93 Do-last:
94
95 # End of file.