as.ms (roff form of documentation) target in Makefile: add one more
authorRoland Pesch <pesch@cygnus>
Mon, 14 Oct 1991 18:43:52 +0000 (18:43 +0000)
committerRoland Pesch <pesch@cygnus>
Mon, 14 Oct 1991 18:43:52 +0000 (18:43 +0000)
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

index 3d65faa..b9a9ece 100755 (executable)
@@ -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