summaryrefslogtreecommitdiff
path: root/libcpp/Makefile.in
diff options
context:
space:
mode:
authorcarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-24 01:48:20 +0000
committercarlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-24 01:48:20 +0000
commit8f597c121ac31694391d4d4aaeefac07e6a52b07 (patch)
tree709850bcebb9ed9d7fa9e0e97d043936dccc4ea7 /libcpp/Makefile.in
parentd82754e17583b2f057dfe2ba3fef8893f9caf66b (diff)
downloadgcc-8f597c121ac31694391d4d4aaeefac07e6a52b07.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@114039 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/Makefile.in')
-rw-r--r--libcpp/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in
index b5a6602ea63..3229ca8ad30 100644
--- a/libcpp/Makefile.in
+++ b/libcpp/Makefile.in
@@ -184,12 +184,13 @@ html:
info:
install-info:
install-man:
+install-html:
update-po: $(CATALOGS:.gmo=.pox)
.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
# Dependency rule.
COMPILE.base = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c