From: Martin Quinson Date: Mon, 8 Feb 2016 21:04:41 +0000 (+0100) Subject: make sure that the dtd is at the promised URL X-Git-Tag: v3_13~916 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d6fcdbb58baeaadb620882793772664969d5189a make sure that the dtd is at the promised URL --- diff --git a/tools/cmake/Documentation.cmake b/tools/cmake/Documentation.cmake index b44c32a94b..a9b915b1b0 100644 --- a/tools/cmake/Documentation.cmake +++ b/tools/cmake/Documentation.cmake @@ -108,6 +108,8 @@ add_custom_target(sync-gforge-doc COMMAND ${RSYNC_CMD} doc/html/simgrid_modules2.png doc/html/simgrid_modules.png doc/webcruft/simgrid_logo_2011.png doc/webcruft/simgrid_logo_2011_small.png scm.gforge.inria.fr:/home/groups/simgrid/htdocs/simgrid/${release_version}/ + COMMAND ${RSYNC_CMD} src/surf/simgrid.dtd scm.gforge.inria.fr:/home/groups/simgrid/htdocs/simgrid/ + WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}" ) add_dependencies(sync-gforge-doc documentation)