summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2019-09-10 15:44:34 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2019-09-10 15:52:45 +1000
commit9aacbf13a4f8e164fc4f353fcb572ea732af041e (patch)
tree71bc8ebe6ac119aa478ad7254c55d6ecfada1c60 /Makefile.am
parent592275f73fd364627f82184e64c52be2089c2be3 (diff)
downloadgroff-git-9aacbf13a4f8e164fc4f353fcb572ea732af041e.tar.gz
Retire '@G@' build system macro.
It existed only for forcibly-capitalized man page titles; it was the uppercase-transformed counterpart of @g@. * Makefile.am: * contrib/mm/Makefile.sim: Delete sed transformation of @G@. * src/preproc/tbl/tbl.1.man: Replace '@G@EQN' in section heading with '@g@eqn'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d18c49b80..4dfae2c0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -904,7 +904,6 @@ SUFFIXES += .man
-e "s|[@]EXAMPLEDIR[@]|`echo $(exampledir) | sed -f $(makevarescape)`|g" \
-e "s|[@]FONTDIR[@]|`echo $(fontdir) | sed -f $(makevarescape)`|g" \
-e "s|[@]g[@]|$(g)|g" \
- -e "s![@]G[@]!`echo $(g) | tr '[a-z]' '[A-Z]'`!g" \
-e "s|[@]HTMLDOCDIR[@]|`echo $(htmldocdir) | sed -f $(makevarescape)`|g" \
-e "s|[@]INDEX_SUFFIX[@]|$(indexext)|g" \
-e "s|[@]LEGACYFONTDIR[@]|`echo $(legacyfontdir) | sed -f $(makevarescape)`|g" \