Imported Upstream version 1.22.4
[platform/upstream/groff.git] / tmac / strip.sed
1 /%beginstrip%/,$ {
2   /%beginstrip%/c\
3 .\\" This is a generated file, created by 'tmac/strip.sed' in groff's\
4 .\\" source distribution from a file having '-u' appended to its name.
5   s/^\.[         ]*/./
6   s/^\.\\".*/./
7   s/^\\#.*/./
8   s/\\".*/\\"/
9   s/\\#.*/\\/
10   /.[ad]s/!s/[   ]*\\"//
11   /.[ad]s/s/\([^         ]*\)\\"/\1/
12   /^\.$/d
13 }