summaryrefslogtreecommitdiff
path: root/tmac/strip.sed
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-03-24 17:34:47 +0000
committerwlemb <wlemb>2001-03-24 17:34:47 +0000
commitd56cd7e8ed05883e248c2947481cdc2bbce5aa2a (patch)
tree4e86c0bc5779260f458a4802f6b865283114e36b /tmac/strip.sed
parentbb7f02eaa4aff2763e0869da3b32722aa2042d2b (diff)
downloadgroff-d56cd7e8ed05883e248c2947481cdc2bbce5aa2a.tar.gz
* tmac/Makefile.sub: Strip mdoc.local also
* tmac/strip.sed: Fixed.
Diffstat (limited to 'tmac/strip.sed')
-rw-r--r--tmac/strip.sed4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmac/strip.sed b/tmac/strip.sed
index 6133411d..069c3db1 100644
--- a/tmac/strip.sed
+++ b/tmac/strip.sed
@@ -3,8 +3,8 @@
s/^\.[ ]*/./
s/^\.\\".*/./
s/\\".*/\\"/
- /\(.ds\)\|\(.as\)/!s/[ ]*\\"//
- /\(.ds\)\|\(.as\)/s/\([^ ]\)\\"/\1/
+ /\(.[ad]s\)/!s/[ ]*\\"//
+ /\(.[ad]s\)/s/\([^ ]*\)\\"/\1/
s/\([^/]\)doc-/\1/g
}
/^\.$/d