* rdl-apps.texi: renamed from rdl-apps.texinfo
[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 Makefile
31 all.m4
32 amd29k.m4
33 gdbinv-m.m4
34 gdbinv-s.m4
35 gdb.texinfo
36 gdbint.texinfo
37 gen.m4
38 i80386.m4
39 i960.m4
40 m680x0.m4
41 none.m4
42 pretex.m4
43 rc-cm.tex
44 rc-ps.tex
45 rc-pslong.tex
46 rdl-apps.texi
47 refcard.tex
48 sparc.m4
49 threecol.tex
50 vax.m4
51
52 Do-last:
53
54 echo Done in `pwd`.
55
56 #
57 #
58 # $Log$
59 # Revision 2.6 1991/08/23 22:35:41 pesch
60 # * rdl-apps.texi: renamed from rdl-apps.texinfo
61 #
62 # * Makefile, .Sanitize, gdb.texinfo: reflect above name change
63 #
64 # Revision 2.5 1991/08/22 07:59:45 gnu
65 # Keep rdl-apps.texi for users who don't read the doc on how to build the doc.
66 #
67 # Revision 2.4 1991/08/07 00:15:02 pesch
68 # Makefile: GDB documentation nos has its own Makefile
69 # .Sanitize: add Makefile; recognize renamed refcard.tex (formerly gdbrc.tex)
70 # gdbint.texinfo: add markup in "Cleanups" chapter
71 #
72 # Revision 2.3 1991/08/01 22:34:55 pesch
73 # *** empty log message ***
74 #
75 # Revision 2.2 1991/07/29 22:38:53 pesch
76 # Updated list of files to keep to reflect reintegration of most fragments
77 # into gdb.texinfo.
78 #
79 # Revision 2.1 1991/05/23 21:57:03 rich
80 # First cut.
81 #
82 #
83 #
84
85 # End of file.
This page took 0.03194 seconds and 5 git commands to generate.