* corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,
[deliverable/binutils-gdb.git] / gdb / doc / .Sanitize
CommitLineData
08df3284 1# .Sanitize for gdb/doc.
a3e65382 2
08df3284 3# Each directory to survive its way into a release will need a file
a3e65382
RP
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
08df3284 14# done in this directory.
a3e65382
RP
15
16Do-first:
17
a3e65382
RP
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
145887f0
JG
24# Note that we don't even keep the "config" directory, since it is
25# not currently used (since we abolished use of M4 in the docs).
26
a3e65382
RP
27Things-to-keep:
28
ace52033 29ChangeLog
3d29576b 30Makefile.in
34a6ce55 31a4rc.sed
a1330c48 32all-cfg.texi
a9363218 33annotate.texi
3d29576b 34configure.in
429ad34d 35libgdb.texinfo
a3e65382 36gdb.texinfo
a3e65382 37gdbint.texinfo
a1330c48 38h8-cfg.texi
17cd0f82 39lpsrc.sed
dcfc4f45 40psrc.sed
73dfae8d 41refcard.tex
e6616862 42remote.texi
e505224d 43stabs.texinfo
a3e65382 44
87756e15
RP
45Things-to-lose:
46
274eb90a 47# Cygnus logo bitmap, huge file, no point in bundling all over the place.
40055e58 48cyglogo.eps
fd6d7556 49# Includes cyglogo.eps.
40055e58
FF
50cygref.tex
51
a09acbda
FF
52# The README file for gdb testers using snapshots.
53snapshots.readme
87756e15 54
a3e65382
RP
55Do-last:
56
a3e65382 57# End of file.
This page took 0.158405 seconds and 4 git commands to generate.