diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-29 01:37:16 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-29 01:37:16 +0000 |
commit | 93e9bf01bc37c0341df1108b7939cdfc60758d4e (patch) | |
tree | 8e04e4c1238f8d25788e626abbb2fafb77ff47cb /libstdc++-v3/configure | |
parent | 2d7f204551c83a2d345ceaf5775a2117e639c4d7 (diff) | |
download | linaro-gcc-93e9bf01bc37c0341df1108b7939cdfc60758d4e.tar.gz linaro-gcc-93e9bf01bc37c0341df1108b7939cdfc60758d4e.tar.bz2 linaro-gcc-93e9bf01bc37c0341df1108b7939cdfc60758d4e.zip |
2012-08-28 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/54102
* doc/xsl/customization.xsl.in: New.
* configure.ac: Output local copy of customization xsl.
* doc/Makefile.am (stamp-html-single-docbook): Use XSL_LOCAL_STYLE.
(stamp-html-docbook): Set stringparam to UTF-8.
* Makefile.in: Regenerated.
* configure: Same.
* doc/Makefile.in: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190768 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 2da417e1458..9ea8042a1ca 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -71893,6 +71893,8 @@ ac_config_files="$ac_config_files scripts/testsuite_flags" ac_config_files="$ac_config_files scripts/extract_symvers" +ac_config_files="$ac_config_files doc/xsl/customization.xsl" + # Multilibs need MULTISUBDIR defined correctly in certain makefiles so # that multilib installs will end up installed in the correct place. @@ -73104,6 +73106,7 @@ do "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "scripts/testsuite_flags") CONFIG_FILES="$CONFIG_FILES scripts/testsuite_flags" ;; "scripts/extract_symvers") CONFIG_FILES="$CONFIG_FILES scripts/extract_symvers" ;; + "doc/xsl/customization.xsl") CONFIG_FILES="$CONFIG_FILES doc/xsl/customization.xsl" ;; "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; "libsupc++/Makefile") CONFIG_FILES="$CONFIG_FILES libsupc++/Makefile" ;; "python/Makefile") CONFIG_FILES="$CONFIG_FILES python/Makefile" ;; |