diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-02-27 16:26:26 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@codesourcery.com> | 2006-02-27 16:26:26 +0000 |
commit | f7d9e5c3799bfd6d7d8e22a78d4a6dc778231e1d (patch) | |
tree | fafb2c710a1a9adf1354d78e2f0ca8acf4f0f56a /intl/Makefile.in | |
parent | 331d2d0d9ce1220133395ba0172b371aec077c16 (diff) | |
download | gdb-f7d9e5c3799bfd6d7d8e22a78d4a6dc778231e1d.zip gdb-f7d9e5c3799bfd6d7d8e22a78d4a6dc778231e1d.tar.gz gdb-f7d9e5c3799bfd6d7d8e22a78d4a6dc778231e1d.tar.bz2 |
bfd/doc/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add html target.
* Makefile.in: Regenerate.
bfd/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add html target.
binutils/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add html target.
gas/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* doc/Makefile.am: Add html target.
* doc/Makefile.in: Regenerate.
* po/Make-in: Add html target.
gprof/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add html target.
ld/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add html target.
* Makefile.in: Regenerate.
* po/Make-in: Add html target.
opcodes/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add html target.
etc/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: TEXI2HTML uses makeinfo. Define
HTMLFILES. Add html targets.
* configure.texi: Use ifnottex. Add alternative
image format specifier as jpg.
* standards.texi: Use ifnottex.
intl/
2006-10-14 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html target.
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r-- | intl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index f3664ae..c8b9183 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -149,7 +149,7 @@ uninstall: rm -f $(gettextsrcdir)/$$file; \ done -info dvi: +html info dvi: $(OBJECTS): config.h libgettext.h bindtextdom.$lo finddomain.$lo loadmsgcat.$lo: gettextP.h gettext.h loadinfo.h |