aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorAndrew Jenner <andrew@codesourcery.com>2010-01-04 01:36:36 +0000
committerAndrew Jenner <andrewjenner@gcc.gnu.org>2010-01-04 01:36:36 +0000
commit55bcd32b46f7f5a10d947ddb53b20f6aee003b27 (patch)
tree2f5a56a841f945c61fb062ef214dd3d117f8edd7 /gcc/configure
parentf0d61983a5fe28616abf24c5029dfa70b7b6930c (diff)
downloadgcc-55bcd32b46f7f5a10d947ddb53b20f6aee003b27.zip
gcc-55bcd32b46f7f5a10d947ddb53b20f6aee003b27.tar.gz
gcc-55bcd32b46f7f5a10d947ddb53b20f6aee003b27.tar.bz2
configure.ac: Add install-html to target_list for Make-hooks.
* configure.ac: Add install-html to target_list for Make-hooks. * configure: Regenerate. * fortran/Make-lang.in (F95_HTMLFILES): New. (fortran.html): Use it. (fortran.install-html): New. * Makefile.in (install-html): Add lang.install-html. * java/Make-lang.in (JAVA_HTMLFILES): New. (java.html): Use it. (java.install-html): New. * objc/Make-lang.in (objc.install-html): New. * objcp/Make-lang.in (obj-c++.install-html): New. * cp/Make-lang.in (c++.install-html): New. * ada/gcc-interface/Make-lang.in (ada.install-html): New. * lto/Make-lang.in (lto.install-html): New. From-SVN: r155602
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index 7a66785..4cb6cf7 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -24842,8 +24842,8 @@ done
rm -f Make-hooks
touch Make-hooks
target_list="all.cross start.encap rest.encap tags \
- install-common install-man install-info install-pdf dvi pdf \
- html uninstall info man srcextra srcman srcinfo \
+ install-common install-man install-info install-pdf install-html dvi \
+ pdf html uninstall info man srcextra srcman srcinfo \
mostlyclean clean distclean maintainer-clean install-plugin"
for t in $target_list