diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-06-13 19:13:47 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@gcc.gnu.org> | 2006-06-13 19:13:47 +0000 |
commit | 9288b845075244bfb4c7ba1aa2a79d407f62dd70 (patch) | |
tree | bb1439f3278dd685fda4b42c4bc5a8b7fd7b5175 /gcc/configure.ac | |
parent | 6b4e957600594a0f13dc0dfb744dfa9654c34660 (diff) | |
download | gcc-9288b845075244bfb4c7ba1aa2a79d407f62dd70.tar.gz |
Makefile.in: Define HTMLS_BUILD, HTMLS_INSTALL, html__strip_dir, html__mkdir_p.
gcc/
2006-06-13 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Define HTMLS_BUILD, HTMLS_INSTALL,
html__strip_dir, html__mkdir_p. Enhance install-html target.
* configure.ac: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
From-SVN: r114620
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 7ef1f4e5b4f..081c4a0fb80 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -817,6 +817,10 @@ AC_ARG_ENABLE(languages, esac], [enable_languages=c]) +# Used by documentation targets +AC_SUBST(datarootdir) +AC_SUBST(docdir) +AC_SUBST(htmldir) # ------------------------- # Checks for other programs |