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/Makefile.am | |
parent | 7741be99dddd09a13a58229705190e53ecf5ffc1 (diff) | |
download | binutils-gdb-e10fad1212735b3747d571822d5fc33be5af6609.tar.gz |
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/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 72f4b0e3bb5..83f6a3984c0 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 |