mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 19:42:32 +00:00
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
@ -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…
x
Reference in New Issue
Block a user