diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
| commit | 5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch) | |
| tree | e779b5a6edddbb949b7990751b12d6f25304ba86 /share/tmac | |
| parent | a16f65c7d117419bd266c28a1901ef129a337569 (diff) | |
Diffstat (limited to 'share/tmac')
| -rw-r--r-- | share/tmac/Makefile | 7 | ||||
| -rw-r--r-- | share/tmac/doc-syms | 14 |
2 files changed, 14 insertions, 7 deletions
diff --git a/share/tmac/Makefile b/share/tmac/Makefile index 4f588dc1ce39..4aeb347d2f0c 100644 --- a/share/tmac/Makefile +++ b/share/tmac/Makefile @@ -11,12 +11,9 @@ OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old all clean cleandir depend lint tags: -strip.sed: - ln -s ../me/strip.sed strip.sed - -beforeinstall: strip.sed +beforeinstall: ../me/strip.sed for i in ${MSRCS}; do \ - sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \ + sed -f ../me/strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \ chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \ chmod 444 ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \ done diff --git a/share/tmac/doc-syms b/share/tmac/doc-syms index fc1e2a639834..8a0782920119 100644 --- a/share/tmac/doc-syms +++ b/share/tmac/doc-syms @@ -237,11 +237,11 @@ . \} . if "\\*(A\\n(aP"-ansiC" \{\ . ie \\n(sT==1 \{\ -. ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV +. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV . as b1 (``\\*(tNANSI C\\*(aa'') . \} . el \{\ -. ds b1 \&\\*(tNANSI \\*(aaX3.159-1989\\*(sV +. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV . as b1 (``\\*(tNANSI C\\*(aa'') . \} . \} @@ -255,6 +255,16 @@ . as b1 (``\\*(tNANSI C\\*(aa'') . \} . \} +. if "\\*(A\\n(aP"-isoC-90" \{\ +. ie \\n(sT==1 \{\ +. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV +. as b1 (``\\*(tNANSI/ISO C\\*(aa'') +. \} +. el \{\ +. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV +. as b1 (``\\*(tNANSI/ISO C\\*(aa'') +. \} +. \} . if "\\*(A\\n(aP"-iso8802-3" \{\ . ie \\n(sT==1 \{\ . ds b1 \&\\*(tNISO \\*(aa8802-3: 1989\\*(sV |
