First cut.
[deliverable/binutils-gdb.git] / gdb / doc / .Sanitize
1 # Sanitize.in for devo.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize". All keyword lines must exist,
7 # and must exist in the order specified by this file. Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done. Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this
17
18 Do-first:
19
20 echo Sanitizing `pwd`...
21
22 # All files listed between the "Things-to-keep:" line and the
23 # "Files-to-sed:" line will be kept. All other files will be removed.
24 # Directories listed in this section will have their own Sanitize
25 # called. Directories not listed will be removed in their entirety
26 # with rm -rf.
27
28 Things-to-keep:
29
30 all.m4
31 amd29k.m4
32 gdb.alter-m4
33 gdb.bugs-m4
34 gdb.canned-m4
35 gdb.cmds-m4
36 gdb.ctl-m4
37 gdb.data-m4
38 gdb.emacs-m4
39 gdb.files-m4
40 gdb.gpl-m4
41 gdb.install-m4
42 gdb.inv.m-m4
43 gdb.inv.s-m4
44 gdb.invoc-m4
45 gdb.rdln-m4
46 gdb.rename-m4
47 gdb.run-m4
48 gdb.sample-m4
49 gdb.src-m4
50 gdb.stack-m4
51 gdb.stop-m4
52 gdb.symb-m4
53 gdb.texinfo
54 gdb.tgts-m4
55 gdb.top-m4
56 gdbint.texinfo
57 gdbrc.tex
58 gen.m4
59 i80386.m4
60 i960.m4
61 m680x0.m4
62 none.m4
63 pretex.m4
64 sparc.m4
65 threecol.tex
66 vax.m4
67
68 Do-last:
69
70 echo Done in `pwd`.
71
72 #
73 #
74 # $Log$
75 # Revision 2.1 1991/05/23 21:57:03 rich
76 # First cut.
77 #
78 #
79 #
80
81 # End of file.
This page took 0.031102 seconds and 4 git commands to generate.