diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/Makefile.am | 3 | ||||
-rw-r--r-- | ld/Makefile.in | 5 | ||||
-rw-r--r-- | ld/po/Make-in | 2 |
4 files changed, 11 insertions, 5 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index eaf4e1a..bbfa9e0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2006-02-27 Carlos O'Donell <carlos@codesourcery.com> + + * Makefile.am: Add html target. + * Makefile.in: Regenerate. + * po/Make-in: Add html target. + 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com> Anil Paranjape <anilp1@kpitcummins.com> Shilin Shakti <shilins@kpitcummins.com> diff --git a/ld/Makefile.am b/ld/Makefile.am index e73075d..5de4d46 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1676,8 +1676,7 @@ ldver.texi: $(srcdir)/../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -$(srcdir)/ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi -ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi +$(srcdir)/ld.info ld.dvi ld.html: $(srcdir)/ld.texinfo configdoc.texi ldver.texi # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that diff --git a/ld/Makefile.in b/ld/Makefile.in index 2f92508..37ae95d 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -832,6 +832,8 @@ distclean-libtool: rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ exit 1; \ fi +$(srcdir)/ld.info: ld.texinfo +ld.dvi: ld.texinfo ld.pdf: ld.texinfo ld.html: ld.texinfo .dvi.ps: @@ -2469,8 +2471,7 @@ ldver.texi: $(srcdir)/../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -$(srcdir)/ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi -ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi +$(srcdir)/ld.info ld.dvi ld.html: $(srcdir)/ld.texinfo configdoc.texi ldver.texi # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that diff --git a/ld/po/Make-in b/ld/po/Make-in index 1ea596d..3223fc6 100644 --- a/ld/po/Make-in +++ b/ld/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 |