aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/Makefile.in
diff options
context:
space:
mode:
authorcarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-24 01:29:29 +0000
committercarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-24 01:29:29 +0000
commit4454cdd2749b28243e4dfb7bc55f7ec14b7d6a04 (patch)
tree350be9da78adc5f133de0f7b39e1a44136db3fb2 /libdecnumber/Makefile.in
parentb03c1c38361018db278178ea49ececb15b3bfbce (diff)
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/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