aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/Makefile.in
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/Makefile.in
parent6667de0def9f05903d3d57be20c75531d6f64de3 (diff)
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/Makefile.in')
-rw-r--r--libdecnumber/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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