From: Roland Pesch Date: Mon, 14 Oct 1991 18:43:52 +0000 (+0000) Subject: as.ms (roff form of documentation) target in Makefile: add one more X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ca48c5250b9c485118c105309c3bebac61dd47a;p=binutils-gdb.git 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. --- diff --git a/gas/doc/Makefile b/gas/doc/Makefile index 3d65faaff37..b9a9ece0f1a 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