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.
This commit is contained in:
Roland Pesch 1991-10-14 18:43:52 +00:00
parent fa744079c1
commit 0ca48c5250

View File

@ -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