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