summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-10-26 21:49:46 +0000
committerwlemb <wlemb>2000-10-26 21:49:46 +0000
commitde53a3cd17c746ea6d29ad82adc814ffae66b25c (patch)
tree808807c7fbeea5426a2a5ac347ef6b01f727daee /Makefile.in
parentd512a69b13065fea8dfe89fdebc4dfdafb5e6941 (diff)
downloadgroff-de53a3cd17c746ea6d29ad82adc814ffae66b25c.tar.gz
* Makefile.comm, Makefile.in: Remove tmac_{s,an}_prefix stuff.
* tmac/Makefile.sub: Adapted to new macro names; removed `wrap' stuff since it is no longer needed. * README, PROBLEMS: Updated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index a296e338..03ef5e0d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -123,12 +123,6 @@ tmac_prefix=g
# The groff -mm macros will be available as -m$(tmac_m_prefix)m.
tmac_m_prefix=\
`for i in $(tmac_wrap) ""; do case "$$i" in m) echo $(tmac_prefix);; esac; done`
-# The groff -ms macros will be available as -m$(tmac_s_prefix)s.
-tmac_s_prefix=\
- `for i in $(tmac_wrap) ""; do case "$$i" in s) echo $(tmac_prefix);; esac; done`
-# The groff -man macros will be available as -m$(tmac_an_prefix)an.
-tmac_an_prefix=\
- `for i in $(tmac_wrap) ""; do case "$$i" in an) echo $(tmac_prefix);; esac; done`
# Extension to be used for refer index files. Index files are not
# sharable between different architectures, so you might want to use
@@ -285,8 +279,6 @@ MDEFINES= \
"mkinstalldirs=$(mkinstalldirs)" \
"tmac_wrap=$(tmac_wrap)" \
"sys_tmac_prefix=$(sys_tmac_prefix)" \
- "tmac_an_prefix=$(tmac_an_prefix)" \
- "tmac_s_prefix=$(tmac_s_prefix)" \
"tmac_m_prefix=$(tmac_m_prefix)" \
"CCC=$(CCC)" \
"CC=$(CC)" \