diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-05-24 01:29:29 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@gcc.gnu.org> | 2006-05-24 01:29:29 +0000 |
commit | 01d84fc0e89876d4f2c377ea4516a3aa8c04fbba (patch) | |
tree | 350be9da78adc5f133de0f7b39e1a44136db3fb2 /libdecnumber | |
parent | 6667de0def9f05903d3d57be20c75531d6f64de3 (diff) | |
download | gcc-01d84fc0e89876d4f2c377ea4516a3aa8c04fbba.zip gcc-01d84fc0e89876d4f2c377ea4516a3aa8c04fbba.tar.gz gcc-01d84fc0e89876d4f2c377ea4516a3aa8c04fbba.tar.bz2 |
Makefile.in: Add install-html target.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add install-html to .PHONY
From-SVN: r114033
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 045dcd3..5fe0d11 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 cebb2ff..27f9792 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 |