aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-05-24 01:29:29 +0000
committerCarlos O'Donell <carlos@gcc.gnu.org>2006-05-24 01:29:29 +0000
commit01d84fc0e89876d4f2c377ea4516a3aa8c04fbba (patch)
tree350be9da78adc5f133de0f7b39e1a44136db3fb2 /libdecnumber
parent6667de0def9f05903d3d57be20c75531d6f64de3 (diff)
downloadgcc-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/ChangeLog4
-rw-r--r--libdecnumber/Makefile.in3
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