From d56cd7e8ed05883e248c2947481cdc2bbce5aa2a Mon Sep 17 00:00:00 2001 From: wlemb Date: Sat, 24 Mar 2001 17:34:47 +0000 Subject: * tmac/Makefile.sub: Strip mdoc.local also * tmac/strip.sed: Fixed. --- tmac/strip.sed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmac/strip.sed') 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 -- cgit v1.2.1