diff options
author | Joseph Myers <joseph@codesourcery.com> | 2006-06-02 23:08:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2006-06-02 23:08:12 +0000 |
commit | e10fad1212735b3747d571822d5fc33be5af6609 (patch) | |
tree | 8cdb8fd4bbbc19bf64a975b285f065e8a0625dac /gas/doc | |
parent | 7741be99dddd09a13a58229705190e53ecf5ffc1 (diff) | |
download | gdb-e10fad1212735b3747d571822d5fc33be5af6609.zip gdb-e10fad1212735b3747d571822d5fc33be5af6609.tar.gz gdb-e10fad1212735b3747d571822d5fc33be5af6609.tar.bz2 |
binutils:
* doc/Makefile.am (TEXI2DVI): Define.
* doc/Makefile.in: Regenerate.
gas:
* doc/Makefile.am (TEXI2DVI): Define.
* doc/Makefile.in: Regenerate.
* doc/c-arc.texi: Fix typo.
ld:
* Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.am | 1 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 7 | ||||
-rw-r--r-- | gas/doc/c-arc.texi | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 72f4b0e..83f6a39 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -18,6 +18,7 @@ man_MANS = as.1 info_TEXINFOS = as.texinfo AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" +TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" asconfig.texi: $(CONFIG).texi rm -f asconfig.texi diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 2987873..e6589bf 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -61,11 +61,6 @@ PDFS = as.pdf PSS = as.ps HTMLS = as.html TEXINFOS = as.texinfo -TEXI2DVI = `if test -f $(top_srcdir)/../texinfo/util/texi2dvi; then \ - echo $(top_srcdir)/../texinfo/util/texi2dvi; \ - else \ - echo texi2dvi; \ - fi` TEXI2PDF = $(TEXI2DVI) --pdf --batch MAKEINFOHTML = $(MAKEINFO) --html AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) @@ -216,10 +211,12 @@ POD2MAN = pod2man --center="GNU Development Tools" \ man_MANS = as.1 info_TEXINFOS = as.texinfo AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" +TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" CPU_DOCS = \ c-alpha.texi \ c-arc.texi \ c-arm.texi \ + c-avr.texi \ c-bfin.texi \ c-d10v.texi \ c-cris.texi \ diff --git a/gas/doc/c-arc.texi b/gas/doc/c-arc.texi index 64285b8..04544d1 100644 --- a/gas/doc/c-arc.texi +++ b/gas/doc/c-arc.texi @@ -49,7 +49,7 @@ Base instruction set. Jump-and-link (jl) instruction. No requirement of an instruction between setting flags and conditional jump. For example: -@smallexample @ta +@smallexample mov.f r0,r1 beq foo @end smallexample |