From ef4d088f60d04e3f8e46ab37d65a20aab87686a4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 3 Feb 2011 10:12:02 +0000 Subject: [PATCH] Copy the genral HTML index in the right place for the relative links to work. --- crlcore/doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crlcore/doc/CMakeLists.txt b/crlcore/doc/CMakeLists.txt index 7f7c31cd..4cc199bd 100644 --- a/crlcore/doc/CMakeLists.txt +++ b/crlcore/doc/CMakeLists.txt @@ -20,7 +20,7 @@ ${output_dir}/README.pdf DESTINATION ${latexInstallDir} ) install ( DIRECTORY ${output_dir}/README DESTINATION ${htmlInstallDir} ) - install ( FILES general-index.html DESTINATION ${htmlInstallDir}/en RENAME index.html ) + install ( FILES general-index.html DESTINATION ${htmlInstallDir} RENAME index.html ) #IF(DOXYGEN_FOUND) # add_subdirectory(doxygen)