From: Navarrop Date: Thu, 1 Sep 2011 13:46:29 +0000 (+0200) Subject: Revert "Add a taget to test the new doc on a different remote." X-Git-Tag: v3_6_2~168 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c6b8c08b4e3e2454110d79e0cb7f4828b00c1c27?ds=sidebyside Revert "Add a taget to test the new doc on a different remote." This reverts commit 1beb7db8bbe445fcba0d37352b2e761c54ad9e7a. --- diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 43cbb784ec..81bf3206b0 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -107,7 +107,7 @@ if(HAVE_LUA) ) add_custom_command( OUTPUT ${CMAKE_BINARY_DIR}/lib/lua/5.1/simgrid.${LIB_EXE} - COMMAND ${CMAKE_COMMAND} -E create_symlink ../../www-id/Pages_Perso_Mescal/pierre.navarro//libsimgrid.${LIB_EXE} ${CMAKE_BINARY_DIR}/lib/lua/5.1/simgrid.${LIB_EXE} + COMMAND ${CMAKE_COMMAND} -E create_symlink ../../libsimgrid.${LIB_EXE} ${CMAKE_BINARY_DIR}/lib/lua/5.1/simgrid.${LIB_EXE} ) install(FILES ${CMAKE_BINARY_DIR}/lib/lua/5.1/simgrid.${LIB_EXE} DESTINATION $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/lua/5.1 @@ -330,15 +330,5 @@ COMMAND scp src/surf/simgrid.dtd scm.gforge.inria.fr:/home/groups/simgrid/htdocs WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}" ) -set(HOME_TEMP intra-id:/www-id/Pages_Perso_Mescal/pierre.navarro/doc/) - -add_custom_target(sync-temp-doc -COMMAND chmod g+rw -R doc/ -COMMAND chmod a+rX -R doc/ -COMMAND rsync --verbose --cvs-exclude --compress --delete --delete-excluded --rsh=ssh --ignore-times --recursive --links --perms --times --omit-dir-times doc/html/ ${HOME_TEMP} || true -COMMAND scp doc/index.php doc/webcruft/robots.txt ${HOME_TEMP} -COMMAND scp doc/html/simgrid_modules2.png doc/html/simgrid_modules.png doc/webcruft/simgrid_logo.png doc/webcruft/fish.gif doc/webcruft/simgrid_logo_small.png ${HOME_TEMP} -WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}" -) include(CPack)