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:
parent
fa744079c1
commit
0ca48c5250
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue