]>
Commit | Line | Data |
---|---|---|
0fd8d5d9 RP |
1 | # Each directory to survive it's way into a release will need a file |
2 | # like this one called "./.Sanitize". All keyword lines must exist, | |
3 | # and must exist in the order specified by this file. Each directory | |
4 | # in the tree will be processed, top down, in the following order. | |
5 | ||
6 | # Hash started lines like this one are comments and will be deleted | |
7 | # before anything else is done. Blank lines will also be squashed | |
8 | # out. | |
9 | ||
10 | # The lines between the "Do-first:" line and the "Things-to-keep:" | |
11 | # line are executed as a /bin/sh shell script before anything else is | |
12 | # done in this | |
13 | ||
14 | Do-first: | |
15 | ||
0fd8d5d9 RP |
16 | # All files listed between the "Things-to-keep:" line and the |
17 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
18 | # Directories listed in this section will have their own Sanitize | |
19 | # called. Directories not listed will be removed in their entirety | |
20 | # with rm -rf. | |
21 | ||
22 | Things-to-keep: | |
23 | ||
a19cc981 | 24 | ChangeLog |
70faae66 | 25 | mh-a68bsd |
1b05371e | 26 | mh-aix |
04947ce1 | 27 | mh-aix386 |
d96234d2 | 28 | mh-apollo68 |
dd1f25e0 | 29 | mh-decstation |
1f2f0a94 SC |
30 | mh-delta88 |
31 | mh-dgux | |
a9cad591 | 32 | mh-hp300 |
1b05371e | 33 | mh-hpux |
407a8389 | 34 | mh-irix4 |
aab15bdb | 35 | mh-irix5 |
677291b5 | 36 | mh-linux |
4677e30f | 37 | mh-lynxos |
b0680d31 | 38 | mh-ncr3000 |
7bf617cf | 39 | mh-riscos |
77e4df42 | 40 | mh-sco |
4358b911 | 41 | mh-solaris |
ef6bfbdb | 42 | mh-sun |
97c86946 | 43 | mh-sun3 |
1f2f0a94 | 44 | mh-sysv |
18ab66f2 | 45 | mh-sysv4 |
d3c06c91 | 46 | mh-vaxult2 |
0fd8d5d9 | 47 | |
87756e15 RP |
48 | Things-to-lose: |
49 | ||
775d4a40 | 50 | |
63e79660 | 51 | Do-last: |
0fd8d5d9 | 52 | |
0fd8d5d9 | 53 | # End of file. |