diff options
author | Roland Pesch <pesch@cygnus> | 1991-10-14 18:43:52 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-10-14 18:43:52 +0000 |
commit | 0ca48c5250b9c485118c105309c3bebac61dd47a (patch) | |
tree | 65547de9f665ad9aef8e6a54d4aee82fb6135aef | |
parent | fa744079c18c8aa52ec80b67dd731d9cb6af343a (diff) | |
download | gdb-0ca48c5250b9c485118c105309c3bebac61dd47a.zip gdb-0ca48c5250b9c485118c105309c3bebac61dd47a.tar.gz gdb-0ca48c5250b9c485118c105309c3bebac61dd47a.tar.bz2 |
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.
-rwxr-xr-x | gas/doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/Makefile b/gas/doc/Makefile index 3d65faa..b9a9ece 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 |