From 2e1fd75de74f87793538f141d8b07ce652eae760 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 30 Jun 2015 09:18:59 +0200 Subject: [PATCH] Do not build html/msg-tuto-src.tg anymore This is not referenced anywhere. Those things are intended to go on the website. The tar is not reproducible by default (see https://bugs.debian.org/789715) because it contains timestamps. The -n flags can be passed to gzip in order to omit the timestamps but this option is not available in `cmake -E tar`. We would like to avoid depending on tar+gzip because they are often not available on Windows systems. --- buildtools/Cmake/GenerateDoc.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/buildtools/Cmake/GenerateDoc.cmake b/buildtools/Cmake/GenerateDoc.cmake index 36fd52678d..1cbc2b9670 100644 --- a/buildtools/Cmake/GenerateDoc.cmake +++ b/buildtools/Cmake/GenerateDoc.cmake @@ -60,7 +60,6 @@ if(DOXYGEN_FOUND) ADD_CUSTOM_COMMAND(TARGET doc COMMAND ${FIG2DEV_PATH}/fig2dev -Lmap ${CMAKE_HOME_DIRECTORY}/doc/shared/fig/simgrid_modules.fig | perl -pe 's/imagemap/simgrid_modules/g'| perl -pe 's/ ${CMAKE_HOME_DIRECTORY}/doc/simgrid_modules.map COMMAND pwd - COMMAND ${CMAKE_COMMAND} -E tar czf html/msg-tuto-src.tgz msg-tuto-src/ COMMAND ${CMAKE_COMMAND} -E echo "XX Run doxygen" COMMAND ${DOXYGEN_EXECUTABLE} Doxyfile COMMAND ${CMAKE_COMMAND} -E echo "XX Generate the index files" -- 2.20.1