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 | a3b911c26646dae3be2476c65a3695bc8a383210 (patch) | |
tree | 2f9021fc467e51a4705feff1a201c897e9a26fce /gas | |
parent | b32ac353273d13670ac2ab3a9e72bca826ac3539 (diff) | |
download | binutils-redhat-a3b911c26646dae3be2476c65a3695bc8a383210.tar.gz |
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 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/doc/Makefile.am | 3 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 5 | ||||
-rw-r--r-- | gas/po/Make-in | 2 |
4 files changed, 11 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8f51578efc..ff194bbe6c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2006-02-27 Carlos O'Donell <carlos@codesourcery.com> + + * doc/Makefile.am: Add html target. + * doc/Makefile.in: Regenerate. + * po/Make-in: Add html target. + 2006-02-27 H.J. Lu <hongjiu.lu@intel.com> * gas/config/tc-i386.c (output_insn): Support Intel Merom New diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 0db4540abf..e564a25d4e 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -64,8 +64,7 @@ gasver.texi: $(srcdir)/../../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -$(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) -as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) +$(srcdir)/as.info as.dvi as.html: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) # We want install to imply install-info as per GNU standards, despite the # cygnus option. diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 61882d988a..295835a69d 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -343,6 +343,8 @@ distclean-libtool: rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ exit 1; \ fi +$(srcdir)/as.info: as.texinfo +as.dvi: as.texinfo as.pdf: as.texinfo as.html: as.texinfo .dvi.ps: @@ -586,8 +588,7 @@ gasver.texi: $(srcdir)/../../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -$(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) -as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) +$(srcdir)/as.info as.dvi as.html: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) # We want install to imply install-info as per GNU standards, despite the # cygnus option. diff --git a/gas/po/Make-in b/gas/po/Make-in index b183e849a5..77f21f1460 100644 --- a/gas/po/Make-in +++ b/gas/po/Make-in @@ -185,7 +185,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 |