mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
*** empty log message ***
This commit is contained in:
@ -15,6 +15,9 @@ srcdir=..
|
|||||||
# Where to find texinfo.tex to format docn with TeX
|
# Where to find texinfo.tex to format docn with TeX
|
||||||
TEXIDIR = $(srcdir)/../texinfo/fsf
|
TEXIDIR = $(srcdir)/../texinfo/fsf
|
||||||
|
|
||||||
|
as.info: as-${CONFIG}.texinfo
|
||||||
|
makeinfo as-${CONFIG}.texinfo
|
||||||
|
|
||||||
# There's no index yet; when there is, add texindex call before tex 2nd pass
|
# There's no index yet; when there is, add texindex call before tex 2nd pass
|
||||||
as.dvi: as-${CONFIG}.texinfo
|
as.dvi: as-${CONFIG}.texinfo
|
||||||
TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex as-${CONFIG}.texinfo
|
TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex as-${CONFIG}.texinfo
|
||||||
@ -22,9 +25,6 @@ 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}.???
|
||||||
|
|
||||||
as.info: as-${CONFIG}.texinfo
|
|
||||||
makeinfo as-${CONFIG}.texinfo
|
|
||||||
|
|
||||||
# roff output (-ms)
|
# roff output (-ms)
|
||||||
#edit instances of "ms" to "me" or "mm" to suit your preferences.
|
#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
|
||||||
|
Reference in New Issue
Block a user