* chew.c: Much modified
[binutils-gdb.git] / bfd / doc / .Sanitize
1 # Sanitize.in for bfd/doc.
2
3 # Each directory to survive it's 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
15
16 Do-first:
17
18 echo Sanitizing `pwd`.
19
20 # All files listed between the "Things-to-keep:" line and the
21 # "Files-to-sed:" line will be kept. All other files will be removed.
22 # Directories listed in this section will have their own Sanitize
23 # called. Directories not listed will be removed in their entirety
24 # with rm -rf.
25
26 Things-to-keep:
27 Makefile.in
28 bfd.texinfo
29 configure.in
30 chew.c
31 proto.str
32 doc.str
33 ChangeLog
34 Do-last:
35
36 echo Done in `pwd`.
37
38 # $Log$
39 # Revision 1.4 1991/12/08 01:04:31 sac
40 # * chew.c: Much modified
41 # * proto.str, doc.str: New files for extracting to product
42 # prototypes and documents respectively.
43 #
44 # Revision 1.3 1991/12/01 01:16:55 sac
45 # Now reflect the new documentation order
46 #
47 # Revision 1.2 1991/11/15 03:29:15 bothner
48 # Add Makefile.in, configure.in. Remove Makefile.
49 #
50 # Revision 1.1 1991/08/23 09:06:52 gnu
51 # Initial revision
52 #
53
54 # End of file.