From 0ca48c5250b9c485118c105309c3bebac61dd47a Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Mon, 14 Oct 1991 18:43:52 +0000 Subject: [PATCH] as.ms (roff form of documentation) target in Makefile: add one more sed editing pass, to preprocess the more elaborate form of xref now used in this manual into the simpler form that texi2roff can deal with. --- gas/doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gas/doc/Makefile b/gas/doc/Makefile index 3d65faa..b9a9ece 100755 --- a/gas/doc/Makefile +++ b/gas/doc/Makefile @@ -32,6 +32,7 @@ as.dvi: as-${CONFIG}.texinfo as.ms: as-${CONFIG}.texinfo sed -e '/\\input texinfo/d' \ -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \ + -e 's/{.*,,/{/' \ as-${CONFIG}.texinfo | \ texi2roff -ms >as.ms -- 2.7.4