Copy the genral HTML index in the right place for the

relative links to work.
This commit is contained in:
Jean-Paul Chaput 2011-02-03 10:12:02 +00:00
parent b4b77e5fdd
commit ef4d088f60
1 changed files with 1 additions and 1 deletions

View File

@ -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)