mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
New targets as.mm, as.me
This commit is contained in:
@ -25,10 +25,10 @@ as.dvi: as-${CONFIG}.texinfo
|
|||||||
mv as-${CONFIG}.dvi as.dvi
|
mv as-${CONFIG}.dvi as.dvi
|
||||||
rm as-${CONFIG}.?? as-${CONFIG}.???
|
rm as-${CONFIG}.?? as-${CONFIG}.???
|
||||||
|
|
||||||
# roff output (-ms)
|
# ROFF doc targets as.ms, as.mm, as.me
|
||||||
#edit instances of "ms" to "me" or "mm" to suit your preferences.
|
|
||||||
# (we don't use a variable because we don't trust all makes to handle
|
# (we don't use a variable because we don't trust all makes to handle
|
||||||
# a var in the target name right).
|
# a var in the target name right).
|
||||||
|
# roff output (-ms)
|
||||||
as.ms: as-${CONFIG}.texinfo
|
as.ms: as-${CONFIG}.texinfo
|
||||||
sed -e '/\\input texinfo/d' \
|
sed -e '/\\input texinfo/d' \
|
||||||
-e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
|
-e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
|
||||||
@ -36,6 +36,22 @@ as.ms: as-${CONFIG}.texinfo
|
|||||||
as-${CONFIG}.texinfo | \
|
as-${CONFIG}.texinfo | \
|
||||||
texi2roff -ms >as.ms
|
texi2roff -ms >as.ms
|
||||||
|
|
||||||
|
# roff output (-mm)
|
||||||
|
as.mm: as-${CONFIG}.texinfo
|
||||||
|
sed -e '/\\input texinfo/d' \
|
||||||
|
-e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
|
||||||
|
-e 's/{.*,,/{/' \
|
||||||
|
as-${CONFIG}.texinfo | \
|
||||||
|
texi2roff -mm >as.mm
|
||||||
|
|
||||||
|
# roff output (-me)
|
||||||
|
as.me: as-${CONFIG}.texinfo
|
||||||
|
sed -e '/\\input texinfo/d' \
|
||||||
|
-e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
|
||||||
|
-e 's/{.*,,/{/' \
|
||||||
|
as-${CONFIG}.texinfo | \
|
||||||
|
texi2roff -me >as.me
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
as-all.texinfo: as.texinfo pretex.m4 none.m4 all.m4
|
as-all.texinfo: as.texinfo pretex.m4 none.m4 all.m4
|
||||||
|
Reference in New Issue
Block a user