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 /bfd | |
parent | 331d2d0d9ce1220133395ba0172b371aec077c16 (diff) | |
download | fsf-binutils-gdb-f7d9e5c3799bfd6d7d8e22a78d4a6dc778231e1d.zip fsf-binutils-gdb-f7d9e5c3799bfd6d7d8e22a78d4a6dc778231e1d.tar.gz fsf-binutils-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 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/doc/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/doc/Makefile.am | 2 | ||||
-rw-r--r-- | bfd/doc/Makefile.in | 2 | ||||
-rw-r--r-- | bfd/po/Make-in | 2 |
5 files changed, 12 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e26f318..a22a384 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2006-02-27 Carlos O'Donell <carlos@codesourcery.com> + + * po/Make-in: Add html target. + 2006-02-27 Richard Sandiford <richard@codesourcery.com> * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index ba2ddb9..dd9b8b0 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-02-27 Carlos O'Donell <carlos@codesourcery.com + + * Makefile.am: Add html target. + * Makefile.in: Regenerate. + 2005-07-24 Daniel Jacobowitz <dan@codesourcery.com> * chew.c: Include <string.h>. diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index 2a7f792..7bee26d 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/Makefile.am @@ -68,7 +68,7 @@ chew.o: chew.c protos: libbfd.h libcoff.h bfd.h -$(srcdir)/bfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo +$(srcdir)/bfd.info bfd.dvi bfd.html: $(DOCFILES) bfdsumm.texi bfd.texinfo # We can't replace these rules with an implicit rule, because # makes without VPATH support couldn't find the .h files in `..'. diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index e410ac1..fa92e70 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -596,7 +596,7 @@ chew.o: chew.c protos: libbfd.h libcoff.h bfd.h -$(srcdir)/bfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo +$(srcdir)/bfd.info bfd.dvi bfd.html: $(DOCFILES) bfdsumm.texi bfd.texinfo # We can't replace these rules with an implicit rule, because # makes without VPATH support couldn't find the .h files in `..'. diff --git a/bfd/po/Make-in b/bfd/po/Make-in index 26ca781..0885b6f 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -198,7 +198,7 @@ check: all cat-id-tbl.o: ../intl/libgettext.h -dvi info tags TAGS ID: +html dvi info tags TAGS ID: mostlyclean: rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp |