diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:29:29 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-24 01:29:29 +0000 |
commit | 4454cdd2749b28243e4dfb7bc55f7ec14b7d6a04 (patch) | |
tree | 350be9da78adc5f133de0f7b39e1a44136db3fb2 /libdecnumber | |
parent | b03c1c38361018db278178ea49ececb15b3bfbce (diff) | |
download | gcc-4454cdd2749b28243e4dfb7bc55f7ec14b7d6a04.tar.gz |
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add install-html to .PHONY
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114033 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libdecnumber')
-rw-r--r-- | libdecnumber/ChangeLog | 4 | ||||
-rw-r--r-- | libdecnumber/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index 045dcd3038b..5fe0d11c6a8 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,7 @@ +2006-05-23 Carlos O'Donell <carlos@codesourcery.com> + + * Makefile.in: Add install-html target. Add install-html to .PHONY + 2006-02-06 Ben Elliston <bje@au.ibm.com> * decLibrary.c (__dec_byte_swap): Use uint32_t for argument and diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index cebb2ffc365..27f9792e8f2 100644 --- a/libdecnumber/Makefile.in +++ b/libdecnumber/Makefile.in @@ -136,11 +136,12 @@ html: info: install-info: install-man: +install-html: install: .PHONY: installdirs install install-strip mostlyclean clean distclean \ maintainer-clean check installcheck dvi html info install-info \ - install-man update-po + install-man update-po install-html COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c |