projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa74407
)
as.ms (roff form of documentation) target in Makefile: add one more
author
Roland Pesch
<pesch@cygnus>
Mon, 14 Oct 1991 18:43:52 +0000
(18:43 +0000)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/gas/doc/Makefile
b/gas/doc/Makefile
index 3d65faaff37a6e7bb78da0e393e59bb0047a3baa..b9a9ece0f1a5d19ba37cec483ad5a70dc9a0a33d 100755
(executable)
--- 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